From: Wayne Davison Date: Fri, 9 Apr 2004 17:59:50 +0000 (+0000) Subject: Include if it exists. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/c39d6514ab197d7daca4fbf08408b45c99b1a7ec Include if it exists. --- 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