aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
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?