summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--built_in.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/built_in.h b/built_in.h
index 6ebf27e..d10579a 100644
--- a/built_in.h
+++ b/built_in.h
@@ -3,12 +3,13 @@
/* Parts taken from the Linux kernel, GPL, version 2. */
+#include <stddef.h>
+#include <stdint.h>
#include <linux/if_packet.h>
#include <assert.h>
#include <endian.h>
#include <byteswap.h>
#include <asm/byteorder.h>
-#include <stdint.h>
typedef uint64_t u64;
typedef uint32_t u32;