summaryrefslogtreecommitdiffstats
path: root/include/libipset/linux_ip_set_bitmap.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/libipset/linux_ip_set_bitmap.h')
-rw-r--r--include/libipset/linux_ip_set_bitmap.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/include/libipset/linux_ip_set_bitmap.h b/include/libipset/linux_ip_set_bitmap.h
index 95fb963..6a2c038 100644
--- a/include/libipset/linux_ip_set_bitmap.h
+++ b/include/libipset/linux_ip_set_bitmap.h
@@ -1,5 +1,5 @@
-#ifndef __IP_SET_BITMAP_H
-#define __IP_SET_BITMAP_H
+#ifndef _UAPI__IP_SET_BITMAP_H
+#define _UAPI__IP_SET_BITMAP_H
/* Bitmap type specific error codes */
enum {
@@ -9,4 +9,5 @@ enum {
IPSET_ERR_BITMAP_RANGE_SIZE,
};
-#endif /* __IP_SET_BITMAP_H */
+
+#endif /* _UAPI__IP_SET_BITMAP_H */