X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/384ab60a95ff6dc3002bf7bc3ac71be6c675a852..d7b305fd9116056f4b5b9f96d9b4c51ed7d2ac60:/rsync.h diff --git a/rsync.h b/rsync.h index 98d801c9..e27fd4fa 100644 --- a/rsync.h +++ b/rsync.h @@ -60,9 +60,12 @@ #include #endif -#ifdef STDC_HEADERS -# include -# include +#ifdef HAVE_STDLIB_H +#include +#endif + +#ifdef HAVE_STRING_H +#include #endif #ifdef HAVE_COMPAT_H