瀏覽代碼

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>