]> git.sesse.net Git - vlc/blob - extras/contrib/src/Patches/libcddb.patch
* fix contrib system on OS X 10.2.
[vlc] / extras / contrib / src / Patches / libcddb.patch
1 --- libcddb.orig/include/cddb/cddb_regex.h      Mon Jul  5 02:12:12 2004
2 +++ libcddb/include/cddb/cddb_regex.h   Sun Jul  4 22:05:44 2004
3 @@ -28,6 +28,7 @@
4  
5  
6  #include <stdlib.h>
7 +#include <unistd.h>
8  #include <regex.h>
9  
10  
11 --- libcddb.orig/lib/cddb_net.c Mon Jul  5 22:07:40 2004
12 +++ libcddb/lib/cddb_net.c      Mon Jul  5 22:05:53 2004
13 @@ -24,7 +24,7 @@
14  #include <netdb.h>
15  #include <setjmp.h>
16  #include <signal.h>
17 -#include <time.h>
18 +#include <sys/time.h>
19  #include <unistd.h>
20  #include <sys/select.h>
21  #include <sys/socket.h>