mirror of
https://git.proxmox.com/git/libgit2
synced 2025-06-27 14:02:50 +00:00
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:
parent
855f048a7b
commit
c7b336b084
@ -20,7 +20,7 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "util.h"
|
#include "../util.h"
|
||||||
|
|
||||||
#if !defined(XDIFF_H)
|
#if !defined(XDIFF_H)
|
||||||
#define XDIFF_H
|
#define XDIFF_H
|
||||||
|
Loading…
Reference in New Issue
Block a user