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. --- cpukit/libmisc/untar/untar.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'cpukit/libmisc/untar/untar.c') diff --git a/cpukit/libmisc/untar/untar.c b/cpukit/libmisc/untar/untar.c index 31af31cde2..04a2d89deb 100644 --- a/cpukit/libmisc/untar/untar.c +++ b/cpukit/libmisc/untar/untar.c @@ -23,6 +23,7 @@ #include "config.h" #endif +#include #include #include #include @@ -66,9 +67,6 @@ #define MAX_NAME_FIELD_SIZE 99 -#define MIN(a,b) ((a)>(b)?(b):(a)) - - /************************************************************************** * This converts octal ASCII number representations into an * unsigned long. Only support 32-bit numbers for now. -- cgit v1.2.3