Commit 9409ce5a authored by Warren Dukes's avatar Warren Dukes

bsd seems to want sys/time.h

git-svn-id: https://svn.musicpd.org/mpd/trunk@487 09075e82-0dd4-0310-85a5-a0d7c8717e4f
parent 4965fa01
...@@ -31,6 +31,7 @@ ...@@ -31,6 +31,7 @@
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <vorbis/vorbisfile.h> #include <vorbis/vorbisfile.h>
#include <sys/time.h>
#ifdef WORDS_BIGENDIAN #ifdef WORDS_BIGENDIAN
#define OGG_DECODE_USE_BIGENDIAN 1 #define OGG_DECODE_USE_BIGENDIAN 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment