summaryrefslogtreecommitdiff
path: root/mksum.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2003-06-12 05:47:23 +0000
committerWayne Davison <wayned@samba.org>2003-06-12 05:47:23 +0000
commiteea203d987a1eafdac85774e96ccaae1260bacae (patch)
treef6c376cb5920a6adbb6a4ed8e41e6308f9118a81 /mksum.c
parent83adb78ace407075aa1554c68561003670aa82ce (diff)
downloadlibrsync-eea203d987a1eafdac85774e96ccaae1260bacae.tar.gz
Changed the include "rsync.h" to include "librsync.h".
Diffstat (limited to 'mksum.c')
-rw-r--r--mksum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mksum.c b/mksum.c
index 31931b3..81ae05e 100644
--- a/mksum.c
+++ b/mksum.c
@@ -42,7 +42,7 @@
#include <stdio.h>
#include <assert.h>
-#include "rsync.h"
+#include "librsync.h"
#include "stream.h"
#include "util.h"
#include "sumset.h"