Commit ed7fe424 authored by diego's avatar diego

cosmetics: Consistently use #ifdef in preprocessor directives.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15459 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4d56d81f
......@@ -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