aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-20 02:53:48 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-03-20 02:53:48 +0000
commit2a9118c19c41576aa2761a48aaf77adc15c1baac (patch)
treef3e21422a141f1c61cb344781bcdaf7513bc7394 /include
parent5eadf56c9f287744415ec0a1c8d7865f33b69eec (diff)
Fix PLC for BSD (bug #2532)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5211 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'include')
-rwxr-xr-xinclude/asterisk/plc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/asterisk/plc.h b/include/asterisk/plc.h
index 85c0d57dd..7e4156802 100755
--- a/include/asterisk/plc.h
+++ b/include/asterisk/plc.h
@@ -35,8 +35,12 @@
#ifdef SOLARIS
#include <sys/int_types.h>
#else
+#ifdef __FreeBSD__
+#include <inttypes.h>
+#else
#include <stdint.h>
#endif
+#endif
/*! \page plc_page Packet loss concealment
\section plc_page_sec_1 What does it do?