aboutsummaryrefslogtreecommitdiff
path: root/difftool/compare_files.c
diff options
context:
space:
mode:
authorDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-08-21 13:52:53 +0200
committerDavid Oberhollenzer <david.oberhollenzer@sigma-star.at>2019-08-21 13:52:53 +0200
commit5cbc1267e5dc42149eeb07883f5f6239d22388e9 (patch)
tree450c2a644f05f9fccd9d24bada9029c0974ba6aa /difftool/compare_files.c
parent851bb334c29a09e3ea706cc610c67667161165fa (diff)
Rename difftool.h to sqfsdiff.h
Signed-off-by: David Oberhollenzer <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'difftool/compare_files.c')
-rw-r--r--difftool/compare_files.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/difftool/compare_files.c b/difftool/compare_files.c
index 04749c3..46e170b 100644
--- a/difftool/compare_files.c
+++ b/difftool/compare_files.c
@@ -4,7 +4,7 @@
*
* Copyright (C) 2019 David Oberhollenzer <goliath@infraroot.at>
*/
-#include "difftool.h"
+#include "sqfsdiff.h"
static unsigned char old_buf[MAX_WINDOW_SIZE];
static unsigned char new_buf[MAX_WINDOW_SIZE];