X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=uci.c;h=d0f76c4afcd67f30dfedef21bc051733bebf0ad6;hb=ca99bd4de57d0b079024cbdf5435de1ae61d5fd9;hp=f02507f1df2b2fc9e999d89b2003ef80b92fae8b;hpb=bb1c4f8ed2489e4891fe044532a35107d33174d2;p=xboard.git diff --git a/uci.c b/uci.c index f02507f..d0f76c4 100644 --- a/uci.c +++ b/uci.c @@ -24,7 +24,10 @@ */ #include #include -#include + +#if HAVE_MALLOC_H + #include +#endif #ifdef WIN32 // [HGM] this was probably a Windows-specific constant. Needs to be defined here now I