From c7b336b0845eaa8f629bf24dbb0c666612a927ab Mon Sep 17 00:00:00 2001 From: Edward Thomson Date: Thu, 22 Oct 2015 10:29:51 -0400 Subject: [PATCH] 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. --- src/xdiff/xdiff.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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