summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2012-01-23 05:24:54 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2012-01-23 05:24:54 +0000
commit319f5003c66130fac091fa2f86070ea9f0a43cb8 (patch)
treea37362ae0f913e361b1e4dfec9910d7073bfbb36 /src
parent30a565f80d6056ccabadf77e347cf17067133f7e (diff)
downloadopenrc-319f5003c66130fac091fa2f86070ea9f0a43cb8.tar.gz
openrc-319f5003c66130fac091fa2f86070ea9f0a43cb8.tar.bz2
openrc-319f5003c66130fac091fa2f86070ea9f0a43cb8.tar.xz
Revert "Drop include for features.h"
This reverts commit 30a565f80d6056ccabadf77e347cf17067133f7e.
Diffstat (limited to 'src')
-rw-r--r--src/rc/checkpath.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rc/checkpath.c b/src/rc/checkpath.c
index 2afbe90..4ad4ea7 100644
--- a/src/rc/checkpath.c
+++ b/src/rc/checkpath.c
@@ -32,6 +32,7 @@
#include <sys/types.h>
#include <sys/stat.h>
+#include <features.h>
#include <errno.h>
#include <fcntl.h>
#include <getopt.h>