summaryrefslogtreecommitdiff
path: root/handler.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-10-21 15:49:11 +0200
committerFelix Fietkau <nbd@openwrt.org>2013-10-22 14:10:33 +0200
commitf80b9e4acc47cf454768b44142495fdb8a68a39f (patch)
tree799f4f70ae544067ba2135746a3265a907613ef4 /handler.c
parent381f47c5af62cec173528f5f539558d7a18b6d30 (diff)
downloadnetifd-f80b9e4acc47cf454768b44142495fdb8a68a39f.tar.gz
utils: add a function for checking if a process given by pid is still alive
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'handler.c')
-rw-r--r--handler.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/handler.c b/handler.c
index 531b509..f4e27e1 100644
--- a/handler.c
+++ b/handler.c
@@ -16,7 +16,6 @@
#include <glob.h>
#include <fcntl.h>
#include <stdio.h>
-#include <unistd.h>
#include "netifd.h"
#include "system.h"