X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=uci.c;h=d0f76c4afcd67f30dfedef21bc051733bebf0ad6;hb=c9602f20e9cee39ec2a7dddee3e2c12719c25ef0;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