[vlc-devel] [PATCH] configure: struct timespec is defined in time.h
    Steve Lhomme 
    robux4 at videolabs.io
       
    Mon Feb  8 16:48:20 CET 2016
    
    
  
From: Steve Lhomme <robUx4 at gmail.com>
---
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 188fb88..344d93e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -625,7 +625,7 @@ AC_CHECK_TYPES([struct pollfd],,,
 
 dnl Check for struct timespec
 AC_CHECK_TYPES([struct timespec],,,
-[#include <timespec.h>])
+[#include <time.h>])
 
 dnl Checks for socket stuff
 VLC_SAVE_FLAGS
-- 
2.7.0.windows.1
    
    
More information about the vlc-devel
mailing list