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