]> Dogcows Code - chaz/tar/commitdiff
Include fnmatch.h.
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 29 Oct 2000 22:37:07 +0000 (22:37 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 29 Oct 2000 22:37:07 +0000 (22:37 +0000)
src/tar.c

index e07a6060af4ae847a81573801065941434d348d0..689d399517d407ef41ef0ec59a5e899080ceea5d 100644 (file)
--- a/src/tar.c
+++ b/src/tar.c
@@ -18,6 +18,7 @@
 
 #include "system.h"
 
+#include <fnmatch.h>
 #include <getopt.h>
 
 #include <signal.h>
This page took 0.023234 seconds and 4 git commands to generate.