We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ae05e commit 7cfdc04Copy full SHA for 7cfdc04
app/src/main/cpp/neoterm.cpp
@@ -7,6 +7,8 @@
7
#include <sys/ioctl.h>
8
#include <sys/wait.h>
9
#include <termios.h>
10
+#include <unistd.h>
11
+#include <string.h>
12
13
#define __neoterm_no_return __attribute__((__noreturn__))
14
0 commit comments