diff network.h @ 4284:40c9bef5b4e2 libavformat

Fix undefined preprocessor directives warnings during 'make checkheaders'.
author diego
date Sat, 24 Jan 2009 14:52:46 +0000
parents 77e0c7511d41
children afe4a96b6832
line wrap: on
line diff
--- a/network.h	Sat Jan 24 08:20:42 2009 +0000
+++ b/network.h	Sat Jan 24 14:52:46 2009 +0000
@@ -21,6 +21,8 @@
 #ifndef AVFORMAT_NETWORK_H
 #define AVFORMAT_NETWORK_H
 
+#include "config.h"
+
 #if HAVE_WINSOCK2_H
 #include <winsock2.h>
 #include <ws2tcpip.h>