X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/736a6a291cf0fc9ab9410f300174a70e868e4122..e5a2b8544dee410dcdeafbc2f1b82f9a8f4faf23:/rsync.h diff --git a/rsync.h b/rsync.h index 72176449..7d1ab383 100644 --- a/rsync.h +++ b/rsync.h @@ -185,6 +185,10 @@ enum logcode {FNONE=0, FERROR=1, FINFO=2, FLOG=3 }; #include #endif +#ifdef HAVE_MALLOC_H +# include +#endif + /* these are needed for the uid/gid mapping code */ #include #include