mirror of
https://github.com/rapid7/metasploit-payloads
synced 2025-04-24 10:09:49 +02:00
9 lines
124 B
C
9 lines
124 B
C
#ifndef _TERMIO_H_
|
|
#define _TERMIO_H_
|
|
|
|
// header to keep OpenSSL happy. PKS
|
|
|
|
#include <termios.h>
|
|
|
|
#endif /* _TERMIO_H_ */
|