From da837937c6631ffd37f3bdc7c7d2ddd7658e4c13 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sat, 24 Jan 2009 14:52:46 +0000 Subject: Fix undefined preprocessor directives warnings during 'make checkheaders'. Originally committed as revision 16747 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavformat/os_support.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavformat/os_support.h') diff --git a/libavformat/os_support.h b/libavformat/os_support.h index 165dc23a06..2425b988c6 100644 --- a/libavformat/os_support.h +++ b/libavformat/os_support.h @@ -27,6 +27,8 @@ * miscellaneous OS support macros and functions. */ +#include "config.h" + #ifdef __MINGW32__ # include # define lseek(f,p,w) _lseeki64((f), (p), (w)) -- cgit v1.2.3