aboutsummaryrefslogtreecommitdiff
path: root/nextlang.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2024-02-24 14:29:40 -0500
committerBruce Hill <bruce@bruce-hill.com>2024-02-24 14:29:40 -0500
commit50fedc8f44259f2e08add4dceebb5e12c6232e90 (patch)
tree0f634ac1ea487803de1ac9262bf95b24e333cfe8 /nextlang.h
parenta4c3faa525dde0eb8b79cc8fa7a5dba15945b8e4 (diff)
Fixing up structs
Diffstat (limited to 'nextlang.h')
-rw-r--r--nextlang.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nextlang.h b/nextlang.h
index 01ffe3b9..113e5820 100644
--- a/nextlang.h
+++ b/nextlang.h
@@ -12,6 +12,7 @@
#include <string.h>
#include <unistd.h>
+#include "SipHash/halfsiphash.h"
#include "builtins/array.h"
#include "builtins/bool.h"
#include "builtins/color.h"