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

Submitted by:          bofh
Differential Revision: https://reviews.freebsd.org/D2711
This commit is contained in:
rodrigc 2015-11-04 05:38:08 +00:00
parent 73cad5a3a4
commit 0974676404

View File

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