From becaf8315f3e65ad2981b278717cdd469f370b48 Mon Sep 17 00:00:00 2001 From: Malachi Burke Date: Fri, 6 Dec 2024 13:06:29 -0800 Subject: [PATCH] r&d: test triggering --- src/estd/port/toolchain/gnuc.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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