diff internal.h @ 604:3c748945c2ad libavutil

move timer related code in a new timer.h file
author aurel
date Thu, 15 Jan 2009 22:58:35 +0000
parents 880c6441f56a
children 5d605aafa09d
line wrap: on
line diff
--- a/internal.h	Tue Jan 13 23:44:16 2009 +0000
+++ b/internal.h	Thu Jan 15 22:58:35 2009 +0000
@@ -34,6 +34,7 @@
 #include <stddef.h>
 #include <assert.h>
 #include "common.h"
+#include "timer.h"
 
 #ifndef attribute_align_arg
 #if (!defined(__ICC) || __ICC > 1100) && AV_GCC_VERSION_AT_LEAST(4,2)