summarylogtreecommitdiffstats
path: root/sysmacros.patch
blob: 0af9ef1f42af316bab26363be6e950e46530e34c (plain)
1
2
3
4
5
6
7
8
9
10
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>