]> Dogcows Code - chaz/tar/commitdiff
*** empty log message ***
authorFrançois Pinard <pinard@iro.umontreal.ca>
Wed, 16 Nov 1994 03:03:41 +0000 (03:03 +0000)
committerFrançois Pinard <pinard@iro.umontreal.ca>
Wed, 16 Nov 1994 03:03:41 +0000 (03:03 +0000)
src/tar.c

index 02d75271f665fd28ce158deaf526666172e9524a..e508ce278e80f2e1d4f62ecf939e2d30b1b80d06 100644 (file)
--- a/src/tar.c
+++ b/src/tar.c
@@ -27,7 +27,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include <sys/types.h>         /* Needed for typedefs in tar.h */
 #include "getopt.h"
 #include "regex.h"
-#include "fnmatch.h"
 
 /*
  * The following causes "tar.h" to produce definitions of all the
@@ -37,6 +36,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #include "tar.h"
 
 #include "port.h"
+#include "fnmatch.h"
 
 /*
  * We should use a conversion routine that does reasonable error
This page took 0.024515 seconds and 4 git commands to generate.