summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2014-07-15 19:30:33 +0200
committerThomas Haller <thaller@redhat.com>2014-07-15 22:47:43 +0200
commit7a5af89f0bed30f6538472d86b3d06fd4e82623d (patch)
tree84d09b0905efc2b32269cc3c46d9683f66bdd781 /src/main.c
parent2fdaa29f087931756a89098d45351230ce20ed5e (diff)
downloadNetworkManager-7a5af89f0bed30f6538472d86b3d06fd4e82623d.tar.gz
core: #include gsystem-local-alloc.h instead of libgsystem.h
Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 0ba65b0b8a..57e0b873f3 100644
--- a/src/main.c
+++ b/src/main.c
@@ -39,7 +39,7 @@
#include <string.h>
#include <sys/resource.h>
-#include "libgsystem.h"
+#include "gsystem-local-alloc.h"
#include "NetworkManager.h"
#include "NetworkManagerUtils.h"
#include "nm-manager.h"