Include <termios.h> in preference to <sys/termios.h>.

git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@275 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2013-07-14 02:01:59 +00:00
parent ce86c78a21
commit cc0b75f2dd

View File

@@ -46,7 +46,7 @@ DWORD gdwPlatform;
#define MAIN_SOURCE
#include "modval.h"
#if defined(_ALL_SOURCE) || defined(__EMX__) || defined(__QNX__)
#ifdef HAVE_TERMIOS_H
#include <termios.h>
#else
#include <sys/termios.h>