Browse Source

Include fnmatch.h.

Paul Eggert 24 years ago
parent
commit
04182eb50c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/tar.c

+ 1 - 0
src/tar.c

@@ -18,6 +18,7 @@
 
 #include "system.h"
 
+#include <fnmatch.h>
 #include <getopt.h>
 
 #include <signal.h>