summaryrefslogtreecommitdiff
path: root/channel.c
diff options
context:
space:
mode:
authorMalcolm Davenport <malcolmd@digium.com>2005-07-08 21:54:07 +0000
committerMalcolm Davenport <malcolmd@digium.com>2005-07-08 21:54:07 +0000
commitd36d51f732458611f2a4d0db2236a99bd9af790d (patch)
tree962c5d7dc08e83fd6290fc23c1778f7696114eca /channel.c
parenta913a5ce2316ee13f24c3dbfadf02d7623ca84dd (diff)
Bug #4652 - Require libstrfunc for FreeBSD. Thanks Corydon
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@6064 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channel.c')
-rwxr-xr-xchannel.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/channel.c b/channel.c
index 6ec2ff044..692e814a7 100755
--- a/channel.c
+++ b/channel.c
@@ -31,6 +31,12 @@
#error "You need newer zaptel! Please cvs update zaptel"
#endif
#endif
+#ifdef __FreeBSD__
+#include <strfunc.h>
+#ifndef __STRFUNC_H__
+#error "Please install the strfunc library located in the ports collection at /usr/ports/devel/libstrfunc"
+#endif
+#endif
#include "asterisk.h"