diff options
Diffstat (limited to 'libnm/nm-device-bond.h')
-rw-r--r-- | libnm/nm-device-bond.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libnm/nm-device-bond.h b/libnm/nm-device-bond.h index 0655c31f5..53312de70 100644 --- a/libnm/nm-device-bond.h +++ b/libnm/nm-device-bond.h @@ -21,6 +21,10 @@ #ifndef NM_DEVICE_BOND_H #define NM_DEVICE_BOND_H +#if !defined (__NETWORKMANAGER_H_INSIDE__) && !defined (NETWORKMANAGER_COMPILATION) +#error "Only <NetworkManager.h> can be included directly." +#endif + #include "nm-device.h" G_BEGIN_DECLS |