summaryrefslogtreecommitdiff
path: root/src/rc-misc.h
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-11-28 10:06:31 +0000
committerRoy Marples <roy@marples.name>2007-11-28 10:06:31 +0000
commit8df5860848485426bb1d08021d562049350bafeb (patch)
tree356480f83c56ce1766e8a700a85470fff746dd07 /src/rc-misc.h
parent97f707db0d42e816b90bcd0a3dee25a197ae5ac0 (diff)
downloadopenrc-8df5860848485426bb1d08021d562049350bafeb.tar.gz
openrc-8df5860848485426bb1d08021d562049350bafeb.tar.bz2
openrc-8df5860848485426bb1d08021d562049350bafeb.tar.xz
Use a more generic BSD define.
Diffstat (limited to 'src/rc-misc.h')
-rw-r--r--src/rc-misc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rc-misc.h b/src/rc-misc.h
index 7e69f45..040cc11 100644
--- a/src/rc-misc.h
+++ b/src/rc-misc.h
@@ -35,6 +35,7 @@
#include <sys/stat.h>
#include <errno.h>
+#include <stdbool.h>
#ifndef LIB
# define LIB "lib"