diff bswap.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 f4fd038fcb58
children 8d25a4b50588
line wrap: on
line diff
--- a/bswap.h	Thu Mar 13 00:20:15 2008 +0000
+++ b/bswap.h	Thu Mar 13 18:04:21 2008 +0000
@@ -27,6 +27,7 @@
 #define FFMPEG_BSWAP_H
 
 #include <stdint.h>
+#include "config.h"
 #include "common.h"
 
 #ifdef HAVE_BYTESWAP_H