diff options
Diffstat (limited to 'src/devices/wimax/nm-wimax-util.h')
-rw-r--r-- | src/devices/wimax/nm-wimax-util.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/devices/wimax/nm-wimax-util.h b/src/devices/wimax/nm-wimax-util.h index 71f5aa29d..a1852d553 100644 --- a/src/devices/wimax/nm-wimax-util.h +++ b/src/devices/wimax/nm-wimax-util.h @@ -18,12 +18,17 @@ * Copyright (C) 2009 Novell, Inc. */ -#ifndef NM_WIMAX_UTIL_H -#define NM_WIMAX_UTIL_H +#ifndef __NETWORKMANAGER_WIMAX_UTIL_H__ +#define __NETWORKMANAGER_WIMAX_UTIL_H__ #include <glib.h> +#include "nm-utils-internal.h" + +NM_PRAGMA_WARNING_DISABLE("-Wstrict-prototypes") #include <WiMaxType.h> +NM_PRAGMA_WARNING_REENABLE + #include <WiMaxError.h> #include "nm-wimax-types.h" |