]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
priv: use unistd.h to get `close()`
authorVincent Bernat <bernat@luffy.cx>
Sun, 8 Sep 2013 13:52:53 +0000 (15:52 +0200)
committerVincent Bernat <bernat@luffy.cx>
Sun, 8 Sep 2013 13:52:53 +0000 (15:52 +0200)
src/daemon/priv-linux.c

index 68eee70e6b9f6204247bba1de37070db342af9df..d17ec3885b86d8c86f7781c4111940be527a0c8d 100644 (file)
@@ -17,6 +17,7 @@
 
 #include "lldpd.h"
 
+#include <unistd.h>
 #include <sys/types.h>
 #include <sys/stat.h>
 #include <fcntl.h>