summaryrefslogtreecommitdiff
path: root/pfinet
diff options
context:
space:
mode:
Diffstat (limited to 'pfinet')
-rw-r--r--pfinet/linux/types.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/pfinet/linux/types.h b/pfinet/linux/types.h
index a12c43b1..ebddbfd5 100644
--- a/pfinet/linux/types.h
+++ b/pfinet/linux/types.h
@@ -1 +1,9 @@
+#ifndef _HACK_TYPES_H
+#define _HACK_TYPES_H
+
#include <sys/types.h>
+typedef unsigned char __u8;
+typedef unsigned short __u16;
+typedef unsigned long __u32;
+
+#endif