From 426aa7ff77fc346fdfafa2388a17089573d358dc Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Fri, 27 Oct 2000 01:50:04 +0000 Subject: [PATCH] use the correct include delimitiers --- include/compat.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/compat.h b/include/compat.h index c206ed1..ecd1ee0 100644 --- a/include/compat.h +++ b/include/compat.h @@ -38,8 +38,7 @@ #ifdef HAVE_SYS_TYPES_H # include #endif - -#include "stdlib.h" +#include #ifndef max # define max(a,b) ((a) > (b) ? (a) : (b))