summaryrefslogtreecommitdiff
path: root/src/array.cpp
diff options
context:
space:
mode:
authorAldrik Ramaekers <aldrikboy@gmail.com>2024-03-08 20:48:05 +0100
committerAldrik Ramaekers <aldrikboy@gmail.com>2024-03-08 20:48:05 +0100
commit0b429e06b8c4b66a9f7fe89b5504315ab4f69616 (patch)
treed5cf9d15d8790559f0c4b006ede0ca1314639077 /src/array.cpp
parentdef620a66bc5b0dc1107102f2c234888dc9bd830 (diff)
linux building
Diffstat (limited to 'src/array.cpp')
-rw-r--r--src/array.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/array.cpp b/src/array.cpp
index 38b7095..a0b5863 100644
--- a/src/array.cpp
+++ b/src/array.cpp
@@ -1,5 +1,8 @@
#include "array.h"
+#include <stdlib.h>
+#include <cstring>
+
ts_array ts_array_create(int entry_size)
{
ts_array new_ts_array;