From 3d0410fcbf84a36fe1d53a4ead56a87d812b55f2 Mon Sep 17 00:00:00 2001 From: malcolmd Date: Sat, 9 Jul 2005 15:36:59 +0000 Subject: D'oh git-svn-id: http://svn.digium.com/svn/asterisk/trunk@6066 f38db490-d61c-443f-a65b-d21fe96a405b --- channel.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -#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 -- cgit v1.2.3