summaryrefslogtreecommitdiff
path: root/channel.c
diff options
context:
space:
mode:
authorMalcolm Davenport <malcolmd@digium.com>2005-07-09 12:18:59 +0000
committerMalcolm Davenport <malcolmd@digium.com>2005-07-09 12:18:59 +0000
commitfe7c0b0cce29965c4f68222c567aea033c7e1bdf (patch)
tree8a0c1269efaa3ff0ef46717c39afe92fc9602899 /channel.c
parentd36d51f732458611f2a4d0db2236a99bd9af790d (diff)
Bug #4652 - Take two
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6065 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 692e814a7..5fb7db61b 100755
--- a/channel.c
+++ b/channel.c
@@ -33,7 +33,7 @@
#endif
#ifdef __FreeBSD__
#include <strfunc.h>
-#ifndef __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