diff options
author | rodrigc <rodrigc@FreeBSD.org> | 2015-11-04 05:38:08 +0000 |
---|---|---|
committer | rodrigc <rodrigc@FreeBSD.org> | 2015-11-04 05:38:08 +0000 |
commit | 0974676404a428964d36967cf69f12e677a77038 (patch) | |
tree | 6d24621e42c8d57418a5a744e71e8042ac329fbb /gnu | |
parent | 73cad5a3a46efcaf707c46b7b408dabdadbb7fb3 (diff) | |
download | FreeBSD-src-0974676404a428964d36967cf69f12e677a77038.zip FreeBSD-src-0974676404a428964d36967cf69f12e677a77038.tar.gz |
Include "system.h" for isdir() prototype.
Submitted by: bofh
Differential Revision: https://reviews.freebsd.org/D2711
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/usr.bin/grep/savedir.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/grep/savedir.c b/gnu/usr.bin/grep/savedir.c index cfba77c..6aabe31 100644 --- a/gnu/usr.bin/grep/savedir.c +++ b/gnu/usr.bin/grep/savedir.c @@ -71,6 +71,7 @@ char *stpcpy (); #include <fnmatch.h> #include "savedir.h" +#include "system.h" char *path; size_t pathlen; |