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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=290350

View File

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