summaryrefslogtreecommitdiff
path: root/channel.c
diff options
context:
space:
mode:
authorMalcolm Davenport <malcolmd@digium.com>2005-07-09 15:36:59 +0000
committerMalcolm Davenport <malcolmd@digium.com>2005-07-09 15:36:59 +0000
commit47edc64ecd6c0f2c1778d7bf0892ad3681817e1f (patch)
tree9d2a6f7ba8c3d2651db8809369fad36b204e7b62 /channel.c
parentfe7c0b0cce29965c4f68222c567aea033c7e1bdf (diff)
D'oh
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6066 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channel.c')
-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