Commit c44c4e18 authored by Diego Biurrun's avatar Diego Biurrun

cosmetics: Consistently use #ifdef in preprocessor directives.

Originally committed as revision 15459 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 92ca9105
......@@ -52,7 +52,7 @@
#include <sys/select.h>
#endif
#if defined(HAVE_TERMIOS_H)
#ifdef HAVE_TERMIOS_H
#include <fcntl.h>
#include <sys/ioctl.h>
#include <sys/time.h>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment