summaryrefslogtreecommitdiff
path: root/libc/debian/patches/stdio.h-includes-features.h.patch
blob: c275e1c0c2c60fe630d3e17d48171262f22438f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Description: We need __EXTENSIONS__ if _GNU_SOURCE is defined
Index: b/usr/src/head/stdio.h
===================================================================
--- a/usr/src/head/stdio.h
+++ b/usr/src/head/stdio.h
@@ -34,7 +34,7 @@
 #ifndef _STDIO_H
 #define	_STDIO_H
 
-#include <sys/feature_tests.h>
+#include <features.h>
 
 #ifdef	__cplusplus
 extern "C" {