diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2005-01-05 21:48:05 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2005-01-05 21:48:05 +0000 |
commit | 6d46dbb4844b919c1c288047e41d7032f4b401e1 (patch) | |
tree | bbd608637c9ddde46df7ef254d13cace7794e2d0 /src/input/input_http.c | |
parent | 263cfd528c0e7a770c0365600c44ede6ffce3832 (diff) | |
download | xine-lib-6d46dbb4844b919c1c288047e41d7032f4b401e1.tar.gz xine-lib-6d46dbb4844b919c1c288047e41d7032f4b401e1.tar.bz2 |
Warning fixes (Maarten Vanraes).
CVS patchset: 7326
CVS date: 2005/01/05 21:48:05
Diffstat (limited to 'src/input/input_http.c')
-rw-r--r-- | src/input/input_http.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/input/input_http.c b/src/input/input_http.c index 1c3686219..daecf896f 100644 --- a/src/input/input_http.c +++ b/src/input/input_http.c @@ -19,7 +19,7 @@ * * input plugin for http network streams * - * $Id: input_http.c,v 1.103 2005/01/05 00:37:29 dsalt Exp $ + * $Id: input_http.c,v 1.104 2005/01/05 21:48:05 dsalt Exp $ */ #ifdef HAVE_CONFIG_H @@ -33,6 +33,7 @@ #include <string.h> #include <sys/socket.h> #include <netinet/in.h> +#include <ctype.h> #ifndef WIN32 #include <netdb.h> |