We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b16a7f commit 8473d88Copy full SHA for 8473d88
src/fread.c
@@ -1,3 +1,5 @@
1
+#include "fread.h"
2
+// include fread.h should happen before include time.h to avoid compilation warning on windows about re-defining __USE_MINGW_ANSI_STDIO, PR#5395.
3
#if defined(CLOCK_REALTIME) && !defined(DISABLE_CLOCK_REALTIME)
4
#define HAS_CLOCK_REALTIME
5
#endif
@@ -24,7 +26,6 @@
24
26
#include <math.h> // ceil, sqrt, isfinite
25
27
28
#include <stdbool.h>
-#include "fread.h"
29
#include "freadLookups.h"
30
31
// Private globals to save passing all of them through to highly iterated field processors
0 commit comments