third party include fixups

This commit is contained in:
Nikita Smith
2024-11-18 16:17:26 -08:00
parent f0a1deec62
commit 31f536334e
3 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -28,7 +28,7 @@
# pragma clang diagnostic pop
#endif
#include "../third_party_ext/blake3/c/blake3.h"
#include "third_party/blake3/c/blake3.h"
static void
blake3(void* out, size_t outlen, void* in, size_t inlen)