summaryrefslogtreecommitdiff
blob: 40623c5c22b375488e66cb1154163962c7b8a22a (plain)
1
2
3
4
5
6
7
8
9
10
11
--- common.h
+++ common.h
@@ -3,6 +3,8 @@
 
 #include <string>
 #include <stdio.h>
+#include <cstring>
+#include <cstdlib>
 #include <curses.h>
 #include <termios.h>
 #include <sys/ioctl.h>