aboutsummaryrefslogtreecommitdiff
path: root/lib/easy.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/easy.c')
-rw-r--r--lib/easy.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/easy.c b/lib/easy.c
index b49345cbe..f45132b9d 100644
--- a/lib/easy.c
+++ b/lib/easy.c
@@ -38,6 +38,8 @@
* ------------------------------------------------------------
****************************************************************************/
+#include "setup.h"
+
/* -- WIN32 approved -- */
#include <stdio.h>
#include <string.h>
@@ -49,7 +51,6 @@
#include <errno.h>
-#include "setup.h"
#include "strequal.h"
#if defined(WIN32) && !defined(__GNUC__) || defined(__MINGW32__)