diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2012-01-23 05:24:54 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2012-01-23 05:24:54 +0000 |
commit | 319f5003c66130fac091fa2f86070ea9f0a43cb8 (patch) | |
tree | a37362ae0f913e361b1e4dfec9910d7073bfbb36 | |
parent | 30a565f80d6056ccabadf77e347cf17067133f7e (diff) |
Revert "Drop include for features.h"
This reverts commit 30a565f80d6056ccabadf77e347cf17067133f7e.
-rw-r--r-- | src/rc/checkpath.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rc/checkpath.c b/src/rc/checkpath.c index 2afbe905..4ad4ea7d 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> |