From c39d6514ab197d7daca4fbf08408b45c99b1a7ec Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Fri, 9 Apr 2004 17:59:50 +0000 Subject: [PATCH] Include if it exists. --- rsync.h | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.34.1