summaryrefslogtreecommitdiff
path: root/src/rc/rc-plugin.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-02-02 00:44:04 +0000
committerRoy Marples <roy@marples.name>2008-02-02 00:44:04 +0000
commit534691a2a5d01c21835a532bcd38ce52fc8f677d (patch)
treec11fbb649229f1f04cf121ef39744062210ed691 /src/rc/rc-plugin.c
parente2919519d77836132dca6140d8d23a24a7631a18 (diff)
downloadopenrc-534691a2a5d01c21835a532bcd38ce52fc8f677d.tar.gz
openrc-534691a2a5d01c21835a532bcd38ce52fc8f677d.tar.bz2
openrc-534691a2a5d01c21835a532bcd38ce52fc8f677d.tar.xz
Fix compile on BSD.
Diffstat (limited to 'src/rc/rc-plugin.c')
-rw-r--r--src/rc/rc-plugin.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rc/rc-plugin.c b/src/rc/rc-plugin.c
index e4b4e0e..e34fe2f 100644
--- a/src/rc/rc-plugin.c
+++ b/src/rc/rc-plugin.c
@@ -36,6 +36,7 @@
#include <errno.h>
#include <fcntl.h>
#include <limits.h>
+#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>