summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Thomson <ethomson@edwardthomson.com>2015-10-22 10:29:51 -0400
committerCarlos Martín Nieto <cmn@dwim.me>2015-11-04 17:13:19 -0800
commit8f5f1a1acabee2f6d55218a47f0bd1e1adc25cc5 (patch)
treee6cbf8c0d9715969563259c19e0bb3fecd8b4603
parentba7da35ee0112e6b37fba26deaf713f59b9baea9 (diff)
downloadlibgit2-8f5f1a1acabee2f6d55218a47f0bd1e1adc25cc5.tar.gz
xdiff: reference util.h in parent directory
Although CMake will correctly configure include directories for us, some people may use their own build system, and we should reference `util.h` based on where it actually lives.
-rw-r--r--src/xdiff/xdiff.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/xdiff/xdiff.h b/src/xdiff/xdiff.h
index db5d59884..f08f72e16 100644
--- a/src/xdiff/xdiff.h
+++ b/src/xdiff/xdiff.h
@@ -20,7 +20,7 @@
*
*/
-#include "util.h"
+#include "../util.h"
#if !defined(XDIFF_H)
#define XDIFF_H