summaryrefslogtreecommitdiff
path: root/codecs/codec_g723_1.c
diff options
context:
space:
mode:
authorMark Spencer <markster@digium.com>2003-04-29 20:30:08 +0000
committerMark Spencer <markster@digium.com>2003-04-29 20:30:08 +0000
commit9ba4867e649582df8cad41c6f63e265036165f27 (patch)
tree076d63d1c202f70ad6367ee2066ed32ed93dc572 /codecs/codec_g723_1.c
parent278d8a73198109499cbbcf4e73d1189cc44a17a0 (diff)
Minor fixes
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@936 65c4cc65-6c06-0410-ace0-fbb531ad65f3
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>