aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-03-25 20:02:47 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-03-25 20:02:47 +0000
commit9409ce5a3b2ffc26b085b6c8c581c90787427d61 (patch)
tree9205b11b4a60e7814025b0e3e9c7e6a8cf2fd002
parent4965fa019e8edebdd4c3250d2fbfbba808139cb0 (diff)
downloadmpd-9409ce5a3b2ffc26b085b6c8c581c90787427d61.tar.gz
mpd-9409ce5a3b2ffc26b085b6c8c581c90787427d61.tar.xz
mpd-9409ce5a3b2ffc26b085b6c8c581c90787427d61.zip
bsd seems to want sys/time.h
git-svn-id: https://svn.musicpd.org/mpd/trunk@487 09075e82-0dd4-0310-85a5-a0d7c8717e4f
-rw-r--r--src/ogg_decode.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ogg_decode.c b/src/ogg_decode.c
index ff8d2024c..1f5fbda54 100644
--- a/src/ogg_decode.c
+++ b/src/ogg_decode.c
@@ -31,6 +31,7 @@
#include <stdlib.h>
#include <string.h>
#include <vorbis/vorbisfile.h>
+#include <sys/time.h>
#ifdef WORDS_BIGENDIAN
#define OGG_DECODE_USE_BIGENDIAN 1