blob: 25a37736d8352110cd5d1226850fbcb5b6f351c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- a/nDPI/src/include/linux_compat.h
+++ b/nDPI/src/include/linux_compat.h
@@ -42,6 +42,8 @@
#endif
#endif
+#include <sys/types.h>
+
#pragma pack(push, 1) /* push current alignment to stack */
#pragma pack(1) /* set alignment to 1 byte boundary */
|