diff intreadwrite.h @ 469:bdc8433d739e libavutil

Add #include "config.h" to headers that need it.
author diego
date Thu, 13 Mar 2008 18:04:21 +0000
parents f771a4fd3534
children 3cb148a1c8cd
line wrap: on
line diff
--- a/intreadwrite.h	Thu Mar 13 00:20:15 2008 +0000
+++ b/intreadwrite.h	Thu Mar 13 18:04:21 2008 +0000
@@ -20,6 +20,7 @@
 #define FFMPEG_INTREADWRITE_H
 
 #include <stdint.h>
+#include "config.h"
 #include "bswap.h"
 
 #ifdef __GNUC__