diff os_support.h @ 4284:40c9bef5b4e2 libavformat

Fix undefined preprocessor directives warnings during 'make checkheaders'.
author diego
date Sat, 24 Jan 2009 14:52:46 +0000
parents c3102b189cb6
children 49c1d3b27727
line wrap: on
line diff
--- a/os_support.h	Sat Jan 24 08:20:42 2009 +0000
+++ b/os_support.h	Sat Jan 24 14:52:46 2009 +0000
@@ -27,6 +27,8 @@
  * miscellaneous OS support macros and functions.
  */
 
+#include "config.h"
+
 #ifdef __MINGW32__
 #  include <fcntl.h>
 #  define lseek(f,p,w) _lseeki64((f), (p), (w))