aboutsummaryrefslogtreecommitdiffstats
path: root/formats/format_ogg_vorbis.c
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-16 00:22:30 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2005-11-16 00:22:30 +0000
commiteb519dc24ae585bb676991b22699c8e335507ab7 (patch)
tree2c31f9488d094ae9bb3ea6fb98244d6fb96766f4 /formats/format_ogg_vorbis.c
parentdf8c4331db9427f6941c3d697310646fc5e114e5 (diff)
Fix compile issue (presumably on BSD) (bug #5745)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@7108 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'formats/format_ogg_vorbis.c')
-rwxr-xr-xformats/format_ogg_vorbis.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/formats/format_ogg_vorbis.c b/formats/format_ogg_vorbis.c
index eecc89f2c..ffee9ed76 100755
--- a/formats/format_ogg_vorbis.c
+++ b/formats/format_ogg_vorbis.c
@@ -21,6 +21,7 @@
* \ingroup formats
*/
+#include <sys/types.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <stdlib.h>