1
0
mirror of https://gitlab.xiph.org/xiph/icecast-common.git synced 2024-12-04 14:46:31 -05:00

Fix a compile error.

svn path=/trunk/net/; revision=4115
This commit is contained in:
Michael Smith 2002-11-22 13:13:04 +00:00
parent 29cf9fe727
commit 614bf95a68

View File

@ -22,6 +22,8 @@
#ifndef __SOCK_H
#define __SOCK_H
#include <unistd.h>
#ifdef _WIN32
#include <winsock2.h>
#endif