diff -ru gd-1.8.3.orig/gd.c gd-1.8.3/gd.c --- gd-1.8.3.orig/gd.c 2000-06-03 20:26:12.000000000 +0100 +++ gd-1.8.3/gd.c 2003-05-24 20:04:41.000000000 +0100 @@ -1,6 +1,3 @@ -#ifndef _OSD_POSIX /* _OSD_POSIX defines *alloc() in stdlib.h */ -#include -#endif /*_OSD_POSIX*/ #include #include #include diff -ru gd-1.8.3.orig/gdcache.h gd-1.8.3/gdcache.h --- gd-1.8.3.orig/gdcache.h 2000-06-03 20:26:12.000000000 +0100 +++ gd-1.8.3/gdcache.h 2003-05-24 20:04:55.000000000 +0100 @@ -40,7 +40,6 @@ /* header */ /*********************************************************/ -#include #ifndef NULL #define NULL (void *)0 #endif