[vlc-devel] commit: Add missing header ( Rafaël Carré )

git version control git at videolan.org
Wed May 28 01:19:23 CEST 2008


vlc | branch: master | Rafaël Carré <funman at videolan.org> | Tue May 27 13:02:01 2008 +0200| [2a64087b4cb7fdce80d8c22dfbc8b22b27f7b5b2]

Add missing header

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2a64087b4cb7fdce80d8c22dfbc8b22b27f7b5b2
---

 include/vlc_threads.h |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/include/vlc_threads.h b/include/vlc_threads.h
index a8980a2..72dac30 100644
--- a/include/vlc_threads.h
+++ b/include/vlc_threads.h
@@ -47,6 +47,7 @@
 #   define LIBVLC_USE_PTHREAD 1
 #   define _APPLE_C_SOURCE    1 /* Proper pthread semantics on OSX */
 
+#   include <stdlib.h> /* lldiv_t definition (only in C99) */
 #   include <unistd.h> /* _POSIX_SPIN_LOCKS */
 #   include <pthread.h>
     /* Needed for pthread_cond_timedwait */




More information about the vlc-devel mailing list