summaryrefslogtreecommitdiff
path: root/libnm/nm-device-bridge.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnm/nm-device-bridge.h')
-rw-r--r--libnm/nm-device-bridge.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libnm/nm-device-bridge.h b/libnm/nm-device-bridge.h
index 056729de3c..f1ca791c1f 100644
--- a/libnm/nm-device-bridge.h
+++ b/libnm/nm-device-bridge.h
@@ -18,8 +18,8 @@
* Copyright 2012 Red Hat, Inc.
*/
-#ifndef NM_DEVICE_BRIDGE_H
-#define NM_DEVICE_BRIDGE_H
+#ifndef __NM_DEVICE_BRIDGE_H__
+#define __NM_DEVICE_BRIDGE_H__
#if !defined (__NETWORKMANAGER_H_INSIDE__) && !defined (NETWORKMANAGER_COMPILATION)
#error "Only <NetworkManager.h> can be included directly."
@@ -78,4 +78,4 @@ const GPtrArray *nm_device_bridge_get_slaves (NMDeviceBridge *device);
G_END_DECLS
-#endif /* NM_DEVICE_BRIDGE_H */
+#endif /* __NM_DEVICE_BRIDGE_H__ */