From e34f0416f507499e9dbbc2557430850ba3a022ab Mon Sep 17 00:00:00 2001 From: AlexeyAB <alexeyab84@gmail.com> Date: Fri, 04 Aug 2017 22:47:58 +0000 Subject: [PATCH] Added detection on images from the txt list file by using SO/DLL. --- src/utils.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/utils.c b/src/utils.c index b0ef0fc..ec4f8ac 100644 --- a/src/utils.c +++ b/src/utils.c @@ -3,14 +3,14 @@ #include <string.h> #include <math.h> #include <assert.h> -#include "unistd.h" #include <float.h> #include <limits.h> #ifdef WIN32 -#include "utils.h" +#include "unistd.h" #else -#include <utils.h> +#include <unistd.h> #endif +#include "utils.h" #pragma warning(disable: 4996) -- Gitblit v1.10.0