Skip to content

Commit 7cfdc04

Browse files
authored
added string.h and unistd.h header file
1 parent 47ae05e commit 7cfdc04

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/src/main/cpp/neoterm.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
#include <sys/ioctl.h>
88
#include <sys/wait.h>
99
#include <termios.h>
10+
#include <unistd.h>
11+
#include <string.h>
1012

1113
#define __neoterm_no_return __attribute__((__noreturn__))
1214

0 commit comments

Comments
 (0)