summaryrefslogtreecommitdiff
path: root/data/hping/byteorder.h
diff options
context:
space:
mode:
Diffstat (limited to 'data/hping/byteorder.h')
-rw-r--r--data/hping/byteorder.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/data/hping/byteorder.h b/data/hping/byteorder.h
new file mode 100644
index 000000000..a79fdacca
--- /dev/null
+++ b/data/hping/byteorder.h
@@ -0,0 +1,8 @@
+#ifndef __BYTEORDER_H
+#define __BYTEORDER_H
+
+#ifndef __LITTLE_ENDIAN_BITFIELD
+#define __LITTLE_ENDIAN_BITFIELD
+#endif /* __LITTLE_ENDIAN_BITFIELD */
+
+#endif /* __BYTEORDER_H */