aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2022-09-10 22:55:06 +0200
committerToni Uhlig <matzeton@googlemail.com>2022-09-10 22:55:06 +0200
commit7594180301f8a7668a3577cf956d4ac98d936529 (patch)
tree1ec6db1d4d8c94dbf5e88bda47629c1633311fe1
parenta992c79ab6bcf352cd88f5d7383e5c9fa091f489 (diff)
include fix
Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
-rw-r--r--nDPId.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nDPId.c b/nDPId.c
index 69b067c0b..63248bbe3 100644
--- a/nDPId.c
+++ b/nDPId.c
@@ -18,6 +18,7 @@
#include <sys/epoll.h>
#include <sys/ioctl.h>
#include <sys/signalfd.h>
+#include <sys/types.h>
#include <sys/un.h>
#include <unistd.h>
#ifdef ENABLE_ZLIB