Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mpd
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Иван Мажукин
mpd
Commits
e2aea6bc
Commit
e2aea6bc
authored
Feb 08, 2011
by
Ulrich Spörlein
Committed by
Max Kellermann
Mar 09, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
output/httpd: include sys/socket.h for AF_UNIX
parent
5779146a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
NEWS
NEWS
+1
-0
httpd_output_plugin.c
src/output/httpd_output_plugin.c
+1
-0
No files found.
NEWS
View file @
e2aea6bc
...
...
@@ -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
...
...
src/output/httpd_output_plugin.c
View file @
e2aea6bc
...
...
@@ -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>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment