From 11925eef789566a226d8eaacbceb4d89df787ebc Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Fri, 21 Nov 2014 08:49:57 +0100 Subject: Delete or rename MIN/MAX macros and defines Include if necessary to get the MIN()/MAX() macros. --- testsuites/samples/fileio/init.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'testsuites/samples/fileio/init.c') diff --git a/testsuites/samples/fileio/init.c b/testsuites/samples/fileio/init.c index 4dd00ed7a7..07ec2c66c3 100644 --- a/testsuites/samples/fileio/init.c +++ b/testsuites/samples/fileio/init.c @@ -13,6 +13,7 @@ #define CONFIGURE_INIT #include "system.h" +#include #include #include #include @@ -214,10 +215,6 @@ fstab_t fs_table[] = { } }; -#ifndef MIN -#define MIN(a,b) (((a) > (b)) ? (b) : (a)) -#endif - #define USE_SHELL #ifdef USE_SHELL -- cgit v1.2.3