From 74a6e43404e8a57fa1db66f9ee701cdd72ad0bdc Mon Sep 17 00:00:00 2001 From: TimePath Date: Mon, 7 Aug 2017 19:37:28 +1000 Subject: [PATCH] Remove redefinition of INT_MIN --- libs/picomodel/lwo/lwio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/picomodel/lwo/lwio.c b/libs/picomodel/lwo/lwio.c index 0964273e..cf3d5963 100644 --- a/libs/picomodel/lwo/lwio.c +++ b/libs/picomodel/lwo/lwio.c @@ -9,6 +9,7 @@ #include "../picointernal.h" #include "lwo2.h" +#include /* @@ -22,7 +23,6 @@ read requests until flen is reset. ====================================================================== */ -#define INT_MIN ( -2147483647 - 1 ) /* minimum (signed) int value */ #define FLEN_ERROR INT_MIN static int flen; -- 2.39.2