diff options
Diffstat (limited to 'src/devices/wimax/iwmxsdk.h')
| -rw-r--r-- | src/devices/wimax/iwmxsdk.h | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/src/devices/wimax/iwmxsdk.h b/src/devices/wimax/iwmxsdk.h index 785ca8c2..c8e76696 100644 --- a/src/devices/wimax/iwmxsdk.h +++ b/src/devices/wimax/iwmxsdk.h @@ -19,10 +19,11 @@ * */ -#ifndef IWMXSDK_H -#define IWMXSDK_H +#ifndef __IWMXSDK_H__ +#define __IWMXSDK_H__ + +#include "nm-wimax-util.h" -#include <wimax/WiMaxType.h> #include <wimax/WiMaxTypesEx.h> #include <wimax/WiMaxAPIEx.h> @@ -108,4 +109,4 @@ int iwmx_sdk_get_networks(struct wmxsdk *wmxsdk); int iwmx_sdk_api_init(void); void iwmx_sdk_api_exit(void); -#endif /* IWMXSDK_H */ +#endif /* __IWMXSDK_H__ */ |