summaryrefslogtreecommitdiff
path: root/software/include/octtype.h
diff options
context:
space:
mode:
Diffstat (limited to 'software/include/octtype.h')
-rw-r--r--software/include/octtype.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/software/include/octtype.h b/software/include/octtype.h
index 9cba68f..7bed715 100644
--- a/software/include/octtype.h
+++ b/software/include/octtype.h
@@ -140,7 +140,11 @@ typedef unsigned int * PUINT;
typedef PSZ * PPSZ;
+#if defined(__FreeBSD__)
+#include <sys/stddef.h>
+#else
#include <linux/stddef.h>
+#endif
#endif