X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/8120a98f47d1dd8a583abe1cfe11aa8366d04e6b..71f70514890a7751ea0712c329c5ac20fdfe5feb:/rsync.h diff --git a/rsync.h b/rsync.h index ef8e3b4d..38247732 100644 --- a/rsync.h +++ b/rsync.h @@ -246,6 +246,12 @@ enum msgcode { # endif #endif +#if MAJOR_IN_MKDEV +#include +#elif MAJOR_IN_SYSMACROS +#include +#endif + #ifdef HAVE_COMPAT_H #include #endif