Don't include sys/socket.h in the header when we do not need to.

git-svn-id: file:///home/lennart/svn/public/pulseaudio/branches/ossman@384 fefdeb5f-60dc-0310-8127-8f9354f1896f
This commit is contained in:
Pierre Ossman 2006-01-05 19:11:23 +00:00
parent 14474ae452
commit 4deeaefbe1
2 changed files with 3 additions and 1 deletions

View file

@ -31,6 +31,7 @@
#include <string.h>
#include <assert.h>
#include <stdlib.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>