mirror of
https://github.com/tio/tio.git
synced 2026-05-02 07:17:57 +02:00
Merge pull request #4 from sur5r/master
Add missing include and missing declaration
This commit is contained in:
commit
3ed5ca1c5f
2 changed files with 2 additions and 0 deletions
|
|
@ -28,5 +28,6 @@
|
|||
void configure_stdout(void);
|
||||
void restore_stdout(void);
|
||||
int connect_tty(void);
|
||||
void wait_for_tty_device(void);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -20,6 +20,7 @@
|
|||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "gotty/options.h"
|
||||
#include "gotty/tty.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue