diff --git a/src/core/host.c b/src/core/host.c index 184b31c..1dcf440 100644 --- a/src/core/host.c +++ b/src/core/host.c @@ -37,7 +37,10 @@ #pragma GCC diagnostic ignored "-Wsign-compare" -#include +#ifdef HAVE_MALLOC_H + #include +#endif // HAVE_MALLOC_H + #include #include "resources.h" -- libgit2 0.21.2