From dbdcb15d3e50484f1349748fe2cbe102320e032b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Sun, 12 Dec 2004 13:51:28 +0000 Subject: 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 --- lib/os_internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib') 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 +struct timezone; # else # include # endif -- cgit v1.2.3