1
mirror of https://github.com/rapid7/metasploit-payloads synced 2024-11-26 17:41:08 +01:00

add termio.h back, see #2418

git-svn-id: file:///home/svn/framework3/trunk@10203 4d416f70-5f16-0410-b530-b9f4589650da
This commit is contained in:
Joshua Drake 2010-08-31 15:11:29 +00:00
parent 88822d3991
commit 600afb35e5

View File

@ -0,0 +1,8 @@
#ifndef _TERMIO_H_
#define _TERMIO_H_
// header to keep OpenSSL happy. PKS
#include <termios.h>
#endif /* _TERMIO_H_ */