OSDN Git Service

* src/fnmatch.h: no need to include <sys/cdefs.h>. it does not
authorarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Sun, 16 Feb 2003 18:07:24 +0000 (18:07 +0000)
committerarai <arai@6a8cc165-1e22-0410-a132-eb4e3f353aba>
Sun, 16 Feb 2003 18:07:24 +0000 (18:07 +0000)
exist on MinGW.

git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/lha/lha/trunk@649 6a8cc165-1e22-0410-a132-eb4e3f353aba

src/fnmatch.h

index 55a64fc..1a3e8ec 100644 (file)
@@ -51,8 +51,6 @@
 #define        FNM_IGNORECASE  FNM_CASEFOLD
 #define        FNM_FILE_NAME   FNM_PATHNAME
 
-#include <sys/cdefs.h>
-
 int     fnmatch(const char *, const char *, int);
 
 #endif /* !_FNMATCH_H_ */