summaryrefslogtreecommitdiff
path: root/src/nm-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nm-config.h')
-rw-r--r--src/nm-config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nm-config.h b/src/nm-config.h
index fd243f4cc1..8f4fa1f7af 100644
--- a/src/nm-config.h
+++ b/src/nm-config.h
@@ -19,8 +19,8 @@
* Copyright (C) 2013 Thomas Bechtold <thomasbechtold@jpberlin.de>
*/
-#ifndef NM_CONFIG_H
-#define NM_CONFIG_H
+#ifndef __NETWORKMANAGER_CONFIG_H__
+#define __NETWORKMANAGER_CONFIG_H__
#include <glib.h>
#include <glib-object.h>
@@ -74,5 +74,5 @@ NMConfig *nm_config_new (GError **error);
G_END_DECLS
-#endif /* NM_CONFIG_H */
+#endif /* __NETWORKMANAGER_CONFIG_H__ */