# HG changeset patch # User diego # Date 1266325620 0 # Node ID ddab7b946042d54cabe9e077078540f5efab6a5e # Parent 11106186d92c6a716d8f83aaed81c0823bf8f2e5 VIDIX: #include drivers.h in drivers.c. This ensures that function declarations in both files always match. diff -r 11106186d92c -r ddab7b946042 vidix/drivers.c --- 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"