소스 검색

include features.h instead of sys/cdefs.h

Mike Frysinger 20 년 전
부모
커밋
f68a5cd995
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      libc/misc/wordexp/wordexp.c

+ 1 - 1
libc/misc/wordexp/wordexp.c

@@ -40,7 +40,7 @@
 #endif
 
 #define _GNU_SOURCE
-#include <sys/cdefs.h>
+#include <features.h>
 #include <sys/types.h>
 #include <sys/wait.h>
 #include <fcntl.h>