diff options
Diffstat (limited to 'libnm/nm-device-vlan.h')
-rw-r--r-- | libnm/nm-device-vlan.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/libnm/nm-device-vlan.h b/libnm/nm-device-vlan.h index 628a6d5cf..6825abefc 100644 --- a/libnm/nm-device-vlan.h +++ b/libnm/nm-device-vlan.h @@ -21,6 +21,10 @@ #ifndef NM_DEVICE_VLAN_H #define NM_DEVICE_VLAN_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 |