summaryrefslogtreecommitdiff
blob: dbb4e2a1649ff25ae6014bf56a4cf5f920c5546a (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/common.h
+++ b/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>