From 5339b8ce3a09df8690fa07440e858e512f5f050f Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 22 Jul 2011 15:10:24 +0000 Subject: [PATCH] Typo. --- compat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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