[x264-devel] [PATCH] include common.h in mdate.c so that the prototype of mdate function is checked

Loic Le Loarer lll+vlc at m4x.org
Sun Aug 3 20:09:28 CEST 2008


---
 common/mdate.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/common/mdate.c b/common/mdate.c
index cd962ed..1a02cdf 100644
--- a/common/mdate.c
+++ b/common/mdate.c
@@ -26,6 +26,7 @@
 #endif
 #include <time.h>
 
+#include "common.h"
 #include "osdep.h"
 
 int64_t x264_mdate( void )
-- 
1.5.6



More information about the x264-devel mailing list