Explorar o código

include features.h instead of sys/cdefs.h

Mike Frysinger %!s(int64=20) %!d(string=hai) anos
pai
achega
f68a5cd995
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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>