Diff between 65302d98e1ba584f32c7675d097d2dab7c674605 and 58dec00edcaa316909cdd5309bd7bd3239ee221a
Changed Files
| File | Additions | Deletions | Status |
| src/shared/util.h | +1 | -0 | modified |
Full Patch
diff --git a/src/shared/util.h b/src/shared/util.h
index c01eccf..554481e 100644
--- a/src/shared/util.h
+++ b/src/shared/util.h
@@ -14,6 +14,7 @@
#include <alloca.h>
#include <byteswap.h>
#include <string.h>
+#include <sys/types.h>
#define ARRAY_SIZE(arr) (sizeof(arr) / sizeof((arr)[0]))
#define BIT(n) (1 << (n))