summaryrefslogtreecommitdiff
path: root/zap/src/streq.c
diff options
context:
space:
mode:
Diffstat (limited to 'zap/src/streq.c')
-rw-r--r--zap/src/streq.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/zap/src/streq.c b/zap/src/streq.c
index 9221cec..1ff4420 100644
--- a/zap/src/streq.c
+++ b/zap/src/streq.c
@@ -6,10 +6,12 @@
#include <zap/priv.h>
+#include <zap/mem.h>
+
#include <stdbool.h>
#include <stdint.h>
-#if defined(zap_priv_fastimpl)
+#if zap_priv_fastimpl
__asm__ (
".globl zap_streq\n"