diff options
Diffstat (limited to 'lib/util/xxhash.c')
-rw-r--r-- | lib/util/xxhash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/util/xxhash.c b/lib/util/xxhash.c index 0644e75..60467fb 100644 --- a/lib/util/xxhash.c +++ b/lib/util/xxhash.c @@ -35,7 +35,7 @@ * - xxHash source repository: https://github.com/Cyan4973/xxHash */ #include "config.h" -#include "util.h" +#include "util/util.h" #include <string.h> |