mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 10:16:44 +01:00
13 lines
242 B
Diff
13 lines
242 B
Diff
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>
|
|
|