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.
This commit is contained in:
Edward Thomson 2015-10-22 10:29:51 -04:00
parent 855f048a7b
commit c7b336b084

View File

@ -20,7 +20,7 @@
* *
*/ */
#include "util.h" #include "../util.h"
#if !defined(XDIFF_H) #if !defined(XDIFF_H)
#define XDIFF_H #define XDIFF_H