Skip to content

Commit

Permalink
r&d: test triggering
Browse files Browse the repository at this point in the history
  • Loading branch information
malachib committed Dec 6, 2024
1 parent e831745 commit becaf83
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/estd/port/toolchain/gnuc.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <stddef.h> // features.h seems to need a prereq of some kind
#include <features.h>
//#include <features.h> // Apparently this pisses off Ubuntu somehow
#endif

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

0 comments on commit becaf83

Please sign in to comment.