summaryrefslogtreecommitdiff
path: root/src/rc/runscript.c
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2008-01-09 23:22:04 +0000
committerRoy Marples <roy@marples.name>2008-01-09 23:22:04 +0000
commitddf25cbcb76bccbfe28d15f1e73c637becaa54e7 (patch)
tree6ade72713da143021e78a361c534d143b267707a /src/rc/runscript.c
parent06634f6309f07613cd6a086a6b383daad65192c0 (diff)
downloadopenrc-ddf25cbcb76bccbfe28d15f1e73c637becaa54e7.tar.gz
openrc-ddf25cbcb76bccbfe28d15f1e73c637becaa54e7.tar.bz2
openrc-ddf25cbcb76bccbfe28d15f1e73c637becaa54e7.tar.xz
Compile without warnings on NetBSD
Diffstat (limited to 'src/rc/runscript.c')
-rw-r--r--src/rc/runscript.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/rc/runscript.c b/src/rc/runscript.c
index 0e750c5..c688da4 100644
--- a/src/rc/runscript.c
+++ b/src/rc/runscript.c
@@ -49,6 +49,8 @@
#ifdef __linux__
# include <pty.h>
+#elif defined(__NetBSD__) || defined(__OpenBSD__)
+# include <util.h>
#else
# include <libutil.h>
#endif