aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWarren Dukes <warren.dukes@gmail.com>2004-06-17 15:05:15 +0000
committerWarren Dukes <warren.dukes@gmail.com>2004-06-17 15:05:15 +0000
commitcbc2825a339b8e9f491fcfdd4b191e3b87166e06 (patch)
tree4e614bdd71cba817c4562ae33f5e964725fdad78 /src
parent561cbada93705eb7d63cb33c14956c6c5a665443 (diff)
downloadmpd-cbc2825a339b8e9f491fcfdd4b191e3b87166e06.tar.gz
mpd-cbc2825a339b8e9f491fcfdd4b191e3b87166e06.tar.xz
mpd-cbc2825a339b8e9f491fcfdd4b191e3b87166e06.zip
include sys/time.h
git-svn-id: https://svn.musicpd.org/mpd/trunk@1522 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to 'src')
-rw-r--r--src/inputStream_http.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/inputStream_http.c b/src/inputStream_http.c
index 1bfec0caa..66e98b5a8 100644
--- a/src/inputStream_http.c
+++ b/src/inputStream_http.c
@@ -22,6 +22,7 @@
#include "log.h"
#include <stdio.h>
+#include <sys/time.h>
#include <sys/types.h>
#include <sys/socket.h>
#include <netdb.h>