Include "system.h" for isdir() prototype.

Submitted by:          bofh
Differential Revision: https://reviews.freebsd.org/D2711
This commit is contained in:
Craig Rodrigues 2015-11-04 05:38:08 +00:00
parent 23e00b90da
commit a74ada878b

View File

@ -71,6 +71,7 @@ char *stpcpy ();
#include <fnmatch.h>
#include "savedir.h"
#include "system.h"
char *path;
size_t pathlen;