summaryrefslogtreecommitdiff
path: root/difftool/compare_files.c
diff options
context:
space:
mode:
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];