summaryrefslogtreecommitdiff
path: root/libnm-core/nm-setting-ip6-config.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnm-core/nm-setting-ip6-config.h')
-rw-r--r--libnm-core/nm-setting-ip6-config.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libnm-core/nm-setting-ip6-config.h b/libnm-core/nm-setting-ip6-config.h
index b7433c22ff..2dc9c8dde2 100644
--- a/libnm-core/nm-setting-ip6-config.h
+++ b/libnm-core/nm-setting-ip6-config.h
@@ -19,8 +19,8 @@
* Copyright 2007 - 2014 Red Hat, Inc.
*/
-#ifndef NM_SETTING_IP6_CONFIG_H
-#define NM_SETTING_IP6_CONFIG_H
+#ifndef __NM_SETTING_IP6_CONFIG_H__
+#define __NM_SETTING_IP6_CONFIG_H__
#if !defined (__NETWORKMANAGER_H_INSIDE__) && !defined (NETWORKMANAGER_COMPILATION)
#error "Only <NetworkManager.h> can be included directly."
@@ -250,4 +250,4 @@ NMSettingIP6ConfigPrivacy nm_setting_ip6_config_get_ip6_privacy (NMSettingIP6Con
G_END_DECLS
-#endif /* NM_SETTING_IP6_CONFIG_H */
+#endif /* __NM_SETTING_IP6_CONFIG_H__ */