Browse Source

Include fnmatch.h.

Paul Eggert 24 năm trước cách đây
mục cha
commit
04182eb50c
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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>