From 5dd14f0c3388f69932d521915e039e32b9e6d970 Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Mon, 1 Sep 2008 19:09:21 -0700 Subject: Split up the ifuncs.h file into 3 .h files. --- hlink.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hlink.c') diff --git a/hlink.c b/hlink.c index 212f5153..5f0f5a6f 100644 --- a/hlink.c +++ b/hlink.c @@ -21,7 +21,7 @@ */ #include "rsync.h" -#include "ifuncs.h" +#include "inums.h" extern int dry_run; extern int list_only; -- cgit v1.2.1