Sfoglia il codice sorgente

Include fnmatch.h.

Paul Eggert 24 anni fa
parent
commit
04182eb50c
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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>