aboutsummaryrefslogtreecommitdiffstats
path: root/src/zor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/zor.c')
-rw-r--r--src/zor.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/zor.c b/src/zor.c
index 0f17f8d..96a4565 100644
--- a/src/zor.c
+++ b/src/zor.c
@@ -1,6 +1,9 @@
/* See LICENSE file for copyright and license details. */
#include "internals"
+#include <stdlib.h>
+#include <string.h>
+
void
zor(z_t a, z_t b, z_t c)