From: Wayne Davison Date: Fri, 9 Apr 2004 17:59:50 +0000 (+0000) Subject: Include if it exists. X-Git-Tag: v2.6.1pre2~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c39d6514ab197d7daca4fbf08408b45c99b1a7ec;p=thirdparty%2Frsync.git 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