projects
/
platform
/
upstream
/
rpm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d731b1a
)
use config.h now
author
ewt
<devnull@localhost>
Fri, 17 Jan 1997 15:48:09 +0000
(15:48 +0000)
committer
ewt
<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
patch
|
blob
|
history
diff --git
a/misc/miscfn.h
b/misc/miscfn.h
index
682e589
..
a6c48d9
100644
(file)
--- a/
misc/miscfn.h
+++ b/
misc/miscfn.h
@@
-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