aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xchannel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channel.c b/channel.c
index 5fb7db61b..f0af5cefe 100755
--- a/channel.c
+++ b/channel.c
@@ -33,7 +33,7 @@
#endif
#ifdef __FreeBSD__
#include <strfunc.h>
-#if (!defined(__STRFUNC_H__) || (!defined(STRFUNC_H))
+#if (!defined(__STRFUNC_H__) || (!defined(STRFUNC_H)))
#error "Please install the strfunc library located in the ports collection at /usr/ports/devel/libstrfunc"
#endif
#endif