summaryrefslogtreecommitdiff
path: root/src/platform/nm-netlink.h
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-04-14 13:36:32 +0200
committerThomas Haller <thaller@redhat.com>2019-04-18 19:17:23 +0200
commit0a6f21fb8d0f5450c6bc2f55188b5b1db92e0d1c (patch)
treeda638417975faaf745c87df2d86bb6034e468b4d /src/platform/nm-netlink.h
parente63f835deee13f87e0dc22e5c4efa5a1ee5444c9 (diff)
shared: split C-only helper "shared/nm-std-aux" utils out of "shared/nm-utils"
"shared/nm-utils" contains general purpose utility functions that only depend on glib (and extend glib with some helper functions). We will also add code that does not use glib, hence it would be good if the part of "shared/nm-utils" that does not depend on glib, could be used by these future projects. Also, we use the term "utils" everywhere. While that covers the purpose and content well, having everything called "nm-something-utils" is not great. Instead, call this "nm-std-aux", inspired by "c-util/c-stdaux". (cherry picked from commit b434b9ec0794fc62a2469445d17debf645ba24cc)
Diffstat (limited to 'src/platform/nm-netlink.h')
-rw-r--r--src/platform/nm-netlink.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platform/nm-netlink.h b/src/platform/nm-netlink.h
index 094a3c6fde..b12fd243ab 100644
--- a/src/platform/nm-netlink.h
+++ b/src/platform/nm-netlink.h
@@ -25,7 +25,7 @@
#include <linux/rtnetlink.h>
#include <linux/genetlink.h>
-#include "nm-utils/unaligned.h"
+#include "nm-std-aux/unaligned.h"
/*****************************************************************************/