summaryrefslogtreecommitdiff
path: root/src/helper/types.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/helper/types.h')
-rw-r--r--src/helper/types.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/helper/types.h b/src/helper/types.h
index 047f76c2..71eae2c3 100644
--- a/src/helper/types.h
+++ b/src/helper/types.h
@@ -27,6 +27,10 @@
#include "config.h"
#endif
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+
#ifndef u8
typedef unsigned char u8;
#endif