include sys/select.h, fix freebsd 5.5 compilation

Originally committed as revision 15421 to svn://svn.ffmpeg.org/ffmpeg/trunk
pull/126/head
Baptiste Coudurier 16 years ago
parent 6ad1c9c992
commit fb1d2d7be2
  1. 4
      ffmpeg.c

@ -48,6 +48,10 @@
#include <windows.h> #include <windows.h>
#endif #endif
#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif
#if defined(HAVE_TERMIOS_H) #if defined(HAVE_TERMIOS_H)
#include <fcntl.h> #include <fcntl.h>
#include <sys/ioctl.h> #include <sys/ioctl.h>

Loading…
Cancel
Save