[xiph-cvs] cvs commit: net sock.h
Michael Smith
msmith at xiph.org
Fri Nov 22 05:13:04 PST 2002
msmith 02/11/22 08:13:04
Modified: . configure.in
. sock.h
Log:
Fix a compile error.
Revision Changes Path
1.16 +3 -0 icecast/configure.in
Index: configure.in
===================================================================
RCS file: /usr/local/cvsroot/icecast/configure.in,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- configure.in 24 Sep 2002 08:16:22 -0000 1.15
+++ configure.in 22 Nov 2002 13:13:04 -0000 1.16
@@ -81,6 +81,9 @@
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 --
<p><p>1.6 +2 -0 net/sock.h
Index: sock.h
===================================================================
RCS file: /usr/local/cvsroot/net/sock.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- sock.h 22 Nov 2002 13:02:51 -0000 1.5
+++ sock.h 22 Nov 2002 13:13:04 -0000 1.6
@@ -22,6 +22,8 @@
#ifndef __SOCK_H
#define __SOCK_H
+#include <unistd.h>
+
#ifdef _WIN32
#include <winsock2.h>
#endif
<p><p>--- >8 ----
List archives: http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body. No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.
More information about the commits
mailing list