changeset 30550:ddab7b946042

VIDIX: #include drivers.h in drivers.c. This ensures that function declarations in both files always match.
author diego
date Tue, 16 Feb 2010 13:07:00 +0000
parents 11106186d92c
children 36818ea5ce95
files vidix/drivers.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/vidix/drivers.c	Tue Feb 16 13:04:00 2010 +0000
+++ b/vidix/drivers.c	Tue Feb 16 13:07:00 2010 +0000
@@ -26,6 +26,7 @@
 
 #include "config.h"
 #include "vidix.h"
+#include "drivers.h"
 #include "libavutil/common.h"
 #include "mpbswap.h"
 #include "config.h"