[MPlayer-cvslog] r31928 - trunk/configure

diego subversion at mplayerhq.hu
Thu Aug 5 09:37:59 CEST 2010


Author: diego
Date: Thu Aug  5 09:37:58 2010
New Revision: 31928

Log:
Add sys/types.h #include before socket.h #include in sockaddr_storage test.
We have that #include before socket.h in all other tests.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Wed Aug  4 15:49:16 2010	(r31927)
+++ trunk/configure	Thu Aug  5 09:37:58 2010	(r31928)
@@ -3266,6 +3266,7 @@ if test "$_struct_sockaddr_storage" = au
 #if HAVE_WINSOCK2_H
 #include <winsock2.h>
 #else
+#include <sys/types.h>
 #include <sys/socket.h>
 #endif
 int main(void) { struct sockaddr_storage sas; return 0; }


More information about the MPlayer-cvslog mailing list