X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/8120a98f47d1dd8a583abe1cfe11aa8366d04e6b..3c3791e8be94dc75a1fa2167ce1ac8d5e724ebc8:/rsync.h diff --git a/rsync.h b/rsync.h index ef8e3b4d..9791094a 100644 --- a/rsync.h +++ b/rsync.h @@ -246,6 +246,10 @@ enum msgcode { # endif #endif +#ifdef HAVE_SYS_MKDEV_H +#include +#endif + #ifdef HAVE_COMPAT_H #include #endif