aboutsummaryrefslogtreecommitdiff
path: root/compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat.h')
-rw-r--r--compat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/compat.h b/compat.h
index 837287b0..b9ee7ba1 100644
--- a/compat.h
+++ b/compat.h
@@ -196,7 +196,7 @@ size_t strlcat(char *, const char *, size_t);
int daemon(int, int);
#endif
-#ifndef HAVE_B64NTOP
+#ifndef HAVE_B64_NTOP
/* b64_ntop.c */
int b64_ntop(const char *, size_t, char *, size_t);
#endif