aboutsummaryrefslogtreecommitdiff
path: root/compat
diff options
context:
space:
mode:
authorJani Nikula <jani@nikula.org>2017-05-10 22:42:10 +0300
committerDavid Bremner <david@tethera.net>2017-05-11 20:42:37 -0300
commit544b8ec90e54e3921beb26823e255fed6707bc12 (patch)
treeb150df09d3954c9027e68c3b298bbc54f60a197d /compat
parentd5ed9af0e42c0f32bcababd6ac5ce42ccb1bf283 (diff)
compat: don't include compat.h from the feature test source
The feature test code should test the build environment, and none of the compat code should interfere with that. Don't include compat.h from the feature test source. There should be no functional changes here, but this is just the right thing to do.
Diffstat (limited to 'compat')
-rw-r--r--compat/have_timegm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/compat/have_timegm.c b/compat/have_timegm.c
index b62b7937..483fc3b6 100644
--- a/compat/have_timegm.c
+++ b/compat/have_timegm.c
@@ -1,5 +1,4 @@
#include <time.h>
-#include "compat.h"
int main()
{