output/httpd: include sys/socket.h for AF_UNIX
This commit is contained in:
parent
5779146a7f
commit
e2aea6bce5
1
NEWS
1
NEWS
|
@ -6,6 +6,7 @@ ver 0.16.2 (2011/??/??)
|
|||
- gme: detect end of song
|
||||
* output:
|
||||
- httpd: fix uninitialized variable
|
||||
- httpd: include sys/socket.h
|
||||
- oss: AFMT_S24_PACKED is little-endian
|
||||
- oss: disable 24 bit playback on FreeBSD
|
||||
|
||||
|
|
|
@ -34,6 +34,7 @@
|
|||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include <sys/socket.h> /* needed for AF_UNIX */
|
||||
|
||||
#ifdef HAVE_LIBWRAP
|
||||
#include <tcpd.h>
|
||||
|
|
Loading…
Reference in New Issue