summarylogtreecommitdiffstats
path: root/suppress_warnings.patch
blob: b8e9f1e9195e7367fba17e15a9180fc43fa1494e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/src/main.c b/src/main.c
index 27f5614..2b45708 100644
--- a/src/main.c
+++ b/src/main.c
@@ -23,6 +23,7 @@
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <sys/un.h>
+#include <sys/sysmacros.h>
 
 #include <signal.h>