aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--st.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/st.c b/st.c
index 8f1b8d8..91eb2cc 100644
--- a/st.c
+++ b/st.c
@@ -11,6 +11,7 @@
11#include <stdlib.h> 11#include <stdlib.h>
12#include <string.h> 12#include <string.h>
13#include <signal.h> 13#include <signal.h>
14#include <stdint.h>
14#include <sys/ioctl.h> 15#include <sys/ioctl.h>
15#include <sys/select.h> 16#include <sys/select.h>
16#include <sys/stat.h> 17#include <sys/stat.h>