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:
parent
88822d3991
commit
600afb35e5
8
c/meterpreter/source/bionic/libc/include/termio.h
Normal file
8
c/meterpreter/source/bionic/libc/include/termio.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef _TERMIO_H_
|
||||
#define _TERMIO_H_
|
||||
|
||||
// header to keep OpenSSL happy. PKS
|
||||
|
||||
#include <termios.h>
|
||||
|
||||
#endif /* _TERMIO_H_ */
|
Loading…
Reference in New Issue
Block a user