blob: 0fe0f095f593561921770164493cce040abaf701 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- a/src/daemon/priv.c
+++ b/src/daemon/priv.c
@@ -36,6 +36,7 @@
#include <sys/utsname.h>
#include <sys/ioctl.h>
#include <netinet/if_ether.h>
+#include <limits.h>
#ifdef HAVE_LINUX_CAPABILITIES
#include <sys/capability.h>
|