summarylogtreecommitdiffstats
path: root/sysmacros.patch
diff options
context:
space:
mode:
Diffstat (limited to 'sysmacros.patch')
-rw-r--r--sysmacros.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysmacros.patch b/sysmacros.patch
new file mode 100644
index 000000000000..0af9ef1f42af
--- /dev/null
+++ b/sysmacros.patch
@@ -0,0 +1,11 @@
+diff -up ./src/main.c.orig ./src/main.c
+--- ./src/main.c.orig 2018-12-29 02:39:00.000000000 -0700
++++ ./src/main.c 2018-12-29 02:39:31.000000000 -0700
+@@ -21,6 +21,7 @@
+
+ /* socket is used to keep single instance */
+ #include <sys/types.h>
++#include <sys/sysmacros.h>
+ #include <sys/socket.h>
+ #include <sys/un.h>
+