diff os_support.c @ 2773:13b65f62e3a6 libavformat

Include os_support.h only when needed
author lucabe
date Wed, 21 Nov 2007 16:33:06 +0000
parents fb72d949bae3
children cbc58d02f912
line wrap: on
line diff
--- a/os_support.c	Wed Nov 21 10:26:11 2007 +0000
+++ b/os_support.c	Wed Nov 21 16:33:06 2007 +0000
@@ -23,6 +23,7 @@
 #include "avformat.h"
 #include <unistd.h>
 #include <fcntl.h>
+#include "os_support.h"
 
 #ifndef HAVE_SYS_POLL_H
 #ifdef HAVE_WINSOCK2_H