use config.h now
authorewt <devnull@localhost>
Fri, 17 Jan 1997 15:48:09 +0000 (15:48 +0000)
committerewt <devnull@localhost>
Fri, 17 Jan 1997 15:48:09 +0000 (15:48 +0000)
CVS patchset: 1308
CVS date: 1997/01/17 15:48:09

misc/miscfn.h

index 682e589..a6c48d9 100644 (file)
@@ -1,18 +1,18 @@
 #ifndef H_MISCFN
 #define H_MISCFN
 
-#include "misc-config.h"
+#include "config.h"
 
 #if HAVE_FNMATCH_H
 #include <fnmatch.h>
 #else
-#include <misc-fnmatch.h>
+#include "misc-fnmatch.h"
 #endif
 
 #if HAVE_GLOB_H
 #include <glob.h>
 #else
-#include <misc-glob.h>
+#include "misc-glob.h"
 #endif
 
 #endif