Commit c7b336b0 by Edward Thomson

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.
parent 855f048a
......@@ -20,7 +20,7 @@
*
*/
#include "util.h"
#include "../util.h"
#if !defined(XDIFF_H)
#define XDIFF_H
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment