added string.h and unistd.h header file
This commit is contained in:
parent
47ae05ee83
commit
7cfdc04390
@ -7,6 +7,8 @@
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/wait.h>
|
||||
#include <termios.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
|
||||
#define __neoterm_no_return __attribute__((__noreturn__))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user