use "miscfn.h" not <glob.h>
authorewt <devnull@localhost>
Thu, 16 Jan 1997 19:44:42 +0000 (19:44 +0000)
committerewt <devnull@localhost>
Thu, 16 Jan 1997 19:44:42 +0000 (19:44 +0000)
CVS patchset: 1300
CVS date: 1997/01/16 19:44:42

build/files.c

index 5fbf4a5..444794b 100644 (file)
@@ -7,9 +7,9 @@
 #include <unistd.h>
 #include <string.h>
 #include <sys/stat.h>
-#include <glob.h>
 #include <time.h>
 
+#include "miscfn.h"
 #include "spec.h"
 #include "specP.h"
 #include "stringbuf.h"