diff os_support.h @ 3039:1135ef610233 libavformat

Include poll.h instead of sys/poll.h
author lucabe
date Wed, 13 Feb 2008 12:51:14 +0000
parents 5ba8eab6e1da
children 13cefe7859d3
line wrap: on
line diff
--- a/os_support.h	Wed Feb 13 10:58:16 2008 +0000
+++ b/os_support.h	Wed Feb 13 12:51:14 2008 +0000
@@ -62,7 +62,7 @@
 #endif
 
 #ifdef CONFIG_FFSERVER
-#ifndef HAVE_SYS_POLL_H
+#ifndef HAVE_POLL_H
 typedef unsigned long nfds_t;
 
 struct pollfd {
@@ -87,7 +87,7 @@
 
 
 extern int poll(struct pollfd *fds, nfds_t numfds, int timeout);
-#endif /* HAVE_SYS_POLL_H */
+#endif /* HAVE_POLL_H */
 #endif /* CONFIG_FFSERVER */
 
 #endif /* FFMPEG_OS_SUPPORT_H */