diff options
author | František Dvořák <valtri@users.sourceforge.net> | 2004-12-12 13:51:28 +0000 |
---|---|---|
committer | František Dvořák <valtri@users.sourceforge.net> | 2004-12-12 13:51:28 +0000 |
commit | dbdcb15d3e50484f1349748fe2cbe102320e032b (patch) | |
tree | 820a358140313eb0ed631522a78f399a21e7a880 /lib | |
parent | 1de00c1f9d0f1eba90be53b8dd9635b79b68dc2a (diff) | |
download | xine-lib-dbdcb15d3e50484f1349748fe2cbe102320e032b.tar.gz xine-lib-dbdcb15d3e50484f1349748fe2cbe102320e032b.tar.bz2 |
Check absolute path in $ac_aux_dir (just reflected from gxine).
Compilation fixes for cross-compiling with MinGW32.
CVS patchset: 7231
CVS date: 2004/12/12 13:51:28
Diffstat (limited to 'lib')
-rw-r--r-- | lib/os_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/os_internal.h b/lib/os_internal.h index 77aa7b4d0..c79448a22 100644 --- a/lib/os_internal.h +++ b/lib/os_internal.h @@ -35,6 +35,7 @@ char *_xine_private_strtok_r(char *s, const char *delim, char **ptrptr); #ifndef HAVE_GETTIMEOFDAY # ifdef WIN32 # include <winsock.h> +struct timezone; # else # include <sys/time.h> # endif |