aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/codec_g723_1.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-29 20:30:08 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2003-04-29 20:30:08 +0000
commite4e2b456fd8209984677921f2f73919d62aabb92 (patch)
tree076d63d1c202f70ad6367ee2066ed32ed93dc572 /codecs/codec_g723_1.c
parent5f0631389fc61403eeb67c36a667603e49e3212d (diff)
Minor fixes
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@936 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs/codec_g723_1.c')
-rwxr-xr-xcodecs/codec_g723_1.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/codecs/codec_g723_1.c b/codecs/codec_g723_1.c
index ad56bb02e..94ae898aa 100755
--- a/codecs/codec_g723_1.c
+++ b/codecs/codec_g723_1.c
@@ -21,6 +21,7 @@
#define TYPE_DONTSEND 0x3
#define TYPE_MASK 0x3
+#include <sys/types.h>
#include <asterisk/translate.h>
#include <asterisk/module.h>
#include <asterisk/logger.h>