]> git.sesse.net Git - vlc/commitdiff
WinCE: check for winsock2.h instead of winsock.h
authorGeoffroy Couprie <geo.couprie@gmail.com>
Mon, 29 Sep 2008 16:50:45 +0000 (18:50 +0200)
committerGeoffroy Couprie <geo.couprie@gmail.com>
Mon, 29 Sep 2008 16:50:45 +0000 (18:50 +0200)
configure.ac

index aab505c5b8dc008ac995c5725020f2e91b2036fc..e7988e621aa1bfed7f259a98dc7a5215d1d147ca 100644 (file)
@@ -568,7 +568,7 @@ AC_CACHE_CHECK([for struct sockaddr_storage], ac_cv_struct_sockaddr_storage,
   [AC_TRY_COMPILE(
     [#include <sys/types.h>
      #if defined( UNDER_CE )
-     # include <winsock.h>
+     # include <winsock2.h>
      #elif defined( WIN32 )
      # include <winsock2.h>
      #else