diff options
Diffstat (limited to 'mpg123_artsplugin/mpg123/httpget.c')
-rw-r--r-- | mpg123_artsplugin/mpg123/httpget.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/mpg123_artsplugin/mpg123/httpget.c b/mpg123_artsplugin/mpg123/httpget.c index 71750115..3cf22e78 100644 --- a/mpg123_artsplugin/mpg123/httpget.c +++ b/mpg123_artsplugin/mpg123/httpget.c @@ -18,11 +18,9 @@ #include <sys/socket.h> #include <netinet/in.h> #include <arpa/inet.h> -#include <sys/errno.h> +#include <errno.h> #include <ctype.h> -extern int errno; - #include "mpg123.h" #ifndef INADDR_NONE |