diff --git a/src/estd/port/toolchain/gnuc.h b/src/estd/port/toolchain/gnuc.h index 563910a6..cb556312 100644 --- a/src/estd/port/toolchain/gnuc.h +++ b/src/estd/port/toolchain/gnuc.h @@ -30,8 +30,7 @@ // https://stackoverflow.com/questions/259248/how-to-test-the-current-version-of-gcc-at-compile-time // GLIBC detection gleaned from // http://web.mit.edu/freebsd/head/contrib/wpa/src/utils/common.h -#include // features.h seems to need a prereq of some kind -#include +//#include // Apparently this pisses off Ubuntu somehow #endif // If after all of above we still don't have one, manually create it