X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/87f18b6289cf676dc1f13794c11b77276762141b..d01350a8817864d93a0cba99fab49c6f7e80bba0:/rsync.h diff --git a/rsync.h b/rsync.h index 52b3e70e..47943f30 100644 --- a/rsync.h +++ b/rsync.h @@ -122,6 +122,10 @@ enum logcode {FNONE=0, FERROR=1, FINFO=2, FLOG=3 }; #ifdef HAVE_STDLIB_H #include +#else +#ifdef HAVE_MALLOC_H +#include +#endif #endif #ifdef HAVE_SYS_SOCKET_H @@ -132,10 +136,6 @@ enum logcode {FNONE=0, FERROR=1, FINFO=2, FLOG=3 }; #include #endif -#ifdef HAVE_MALLOC_H -#include -#endif - #ifdef TIME_WITH_SYS_TIME #include #include