소스 검색

Include fnmatch.h.

Paul Eggert 24 년 전
부모
커밋
04182eb50c
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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>