13 lines
444 B
Diff
13 lines
444 B
Diff
diff --git a/core/src/xmake/hash/xxhash.c b/core/src/xmake/hash/xxhash.c
|
|
index 9901f58f6..ef523c2d9 100644
|
|
--- a/core/src/xmake/hash/xxhash.c
|
|
+++ b/core/src/xmake/hash/xxhash.c
|
|
@@ -32,7 +32,7 @@
|
|
#define XXH_NAMESPACE XM_
|
|
#define XXH_STATIC_LINKING_ONLY
|
|
#define XXH_IMPLEMENTATION
|
|
-#include "xxhash/xxhash.h"
|
|
+#include "xxhash.h"
|
|
|
|
/* //////////////////////////////////////////////////////////////////////////////////////
|
|
* implementation
|