diff options
Diffstat (limited to 'src/libnm-client-impl/nm-dhcp4-config.h')
| -rw-r--r-- | src/libnm-client-impl/nm-dhcp4-config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libnm-client-impl/nm-dhcp4-config.h b/src/libnm-client-impl/nm-dhcp4-config.h index ab400393..b3130f5d 100644 --- a/src/libnm-client-impl/nm-dhcp4-config.h +++ b/src/libnm-client-impl/nm-dhcp4-config.h @@ -6,7 +6,7 @@ #ifndef __NM_DHCP4_CONFIG_H__ #define __NM_DHCP4_CONFIG_H__ -#if !((NETWORKMANAGER_COMPILATION) &NM_NETWORKMANAGER_COMPILATION_WITH_LIBNM_PRIVATE) +#if !((NETWORKMANAGER_COMPILATION) & NM_NETWORKMANAGER_COMPILATION_WITH_LIBNM_PRIVATE) #error Cannot use this header. #endif |