diff options
Diffstat (limited to 'lib.c')
-rw-r--r-- | lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,11 +36,11 @@ #include <errno.h> #include <wchar.h> #include <math.h> +#include "config.h" #ifdef HAVE_GETENVIRONMENTSTRINGS #define NOMINMAX #include <windows.h> #endif -#include "config.h" #include "lib.h" #include "gc.h" #include "arith.h" |