Skip to content

Commit becaf83

Browse files
committed
r&d: test triggering
1 parent e831745 commit becaf83

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/estd/port/toolchain/gnuc.h

+1-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,7 @@
3030
// https://stackoverflow.com/questions/259248/how-to-test-the-current-version-of-gcc-at-compile-time
3131
// GLIBC detection gleaned from
3232
// 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>
33+
//#include <features.h> // Apparently this pisses off Ubuntu somehow
3534
#endif
3635

3736
// If after all of above we still don't have one, manually create it

0 commit comments

Comments
 (0)