use the correct include delimitiers

This commit is contained in:
Bill Currie 2000-10-27 01:50:04 +00:00
parent 2846b27f92
commit 426aa7ff77

View file

@ -38,8 +38,7 @@
#ifdef HAVE_SYS_TYPES_H #ifdef HAVE_SYS_TYPES_H
# include <sys/types.h> # include <sys/types.h>
#endif #endif
#include <stdlib.h>
#include "stdlib.h"
#ifndef max #ifndef max
# define max(a,b) ((a) > (b) ? (a) : (b)) # define max(a,b) ((a) > (b) ? (a) : (b))