Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
Icecast-Server
Commits
7c7fa734
Commit
7c7fa734
authored
Nov 22, 2002
by
Michael Smith
Browse files
Fix a compile error.
svn path=/trunk/icecast/; revision=4115
parent
7b4730cb
Changes
2
Show whitespace changes
Inline
Side-by-side
configure.in
View file @
7c7fa734
...
...
@@ -81,6 +81,9 @@ AC_C_CONST
dnl Check for types
dnl Checks for library functions.
AC_CHECK_FUNCS(nanosleep)
AC_CHECK_FUNCS(sethostent endhostent)
AC_CHECK_FUNCS(getnameinfo getaddrinfo inet_pton)
dnl -- configure options --
...
...
src/net/sock.h
View file @
7c7fa734
...
...
@@ -22,6 +22,8 @@
#ifndef __SOCK_H
#define __SOCK_H
#include
<unistd.h>
#ifdef _WIN32
#include
<winsock2.h>
#endif
...
...
Write
Preview
Supports
Markdown
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