mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-27 19:41:56 +01:00
11 lines
200 B
Diff
11 lines
200 B
Diff
--- a/src/main.c
|
|
+++ b/src/main.c
|
|
@@ -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>
|
|
|