We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e831745 commit becaf83Copy full SHA for becaf83
src/estd/port/toolchain/gnuc.h
@@ -30,8 +30,7 @@
30
// https://stackoverflow.com/questions/259248/how-to-test-the-current-version-of-gcc-at-compile-time
31
// GLIBC detection gleaned from
32
// http://web.mit.edu/freebsd/head/contrib/wpa/src/utils/common.h
33
-#include <stddef.h> // features.h seems to need a prereq of some kind
34
-#include <features.h>
+//#include <features.h> // Apparently this pisses off Ubuntu somehow
35
#endif
36
37
// If after all of above we still don't have one, manually create it
0 commit comments