[vlc-commits] timespec: simpler fix
Jean-Baptiste Kempf
git at videolan.org
Thu Dec 10 16:49:48 CET 2015
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Dec 10 16:49:31 2015 +0100| [b656be8c1f437ec0374f9df4067b272a477eb318] | committer: Jean-Baptiste Kempf
timespec: simpler fix
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b656be8c1f437ec0374f9df4067b272a477eb318
---
include/vlc_fixups.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/vlc_fixups.h b/include/vlc_fixups.h
index 7f01c44..1764e4c 100644
--- a/include/vlc_fixups.h
+++ b/include/vlc_fixups.h
@@ -200,7 +200,7 @@ struct tm *localtime_r (const time_t *, struct tm *);
#ifndef HAVE_TIMESPEC_GET
#define TIME_UTC 1
-#include <time.h>
+struct timespec;
int timespec_get(struct timespec *, int);
#endif
More information about the vlc-commits
mailing list