[vlc-commits] vlc_fixups: add a dummy struct timezone definition
Steve Lhomme
git at videolan.org
Mon Jul 18 06:06:06 CEST 2016
vlc | branch: master | Steve Lhomme <robUx4 at videolabs.io> | Wed Jul 13 09:11:45 2016 +0200| [2eed6d4a648f86acfef5424bfa2dd321d53ab863] | committer: Jean-Baptiste Kempf
vlc_fixups: add a dummy struct timezone definition
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2eed6d4a648f86acfef5424bfa2dd321d53ab863
---
include/vlc_fixups.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/include/vlc_fixups.h b/include/vlc_fixups.h
index 41708e4..a14764f 100644
--- a/include/vlc_fixups.h
+++ b/include/vlc_fixups.h
@@ -230,6 +230,7 @@ int timespec_get(struct timespec *, int);
/* sys/time.h */
#ifndef HAVE_GETTIMEOFDAY
+struct timezone;
int gettimeofday(struct timeval *, struct timezone *);
#endif
More information about the vlc-commits
mailing list