aboutsummaryrefslogtreecommitdiff
path: root/main.h
diff options
context:
space:
mode:
authorElias Fleckenstein <eliasfleckenstein@web.de>2021-06-07 16:06:45 +0200
committerElias Fleckenstein <eliasfleckenstein@web.de>2021-06-07 16:06:45 +0200
commitd8da3f4fb0b3d5e7ea6f4c65b16b81166c34ca19 (patch)
tree3c8f3c51b867db98e0acb4ef7e91f8aa2d3e4d71 /main.h
parentf3451cbbdd70e0dda15b01a1920f486169c14d0f (diff)
downloadttfe-d8da3f4fb0b3d5e7ea6f4c65b16b81166c34ca19.tar.xz
Center numbers
Diffstat (limited to 'main.h')
-rw-r--r--main.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.h b/main.h
index 9068990..24020d6 100644
--- a/main.h
+++ b/main.h
@@ -8,6 +8,7 @@
#include <time.h>
#include <unistd.h>
#include <termios.h>
+#include <string.h>
typedef struct board board;
typedef unsigned int uint;