diff options
author | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-06-07 16:06:45 +0200 |
---|---|---|
committer | Elias Fleckenstein <eliasfleckenstein@web.de> | 2021-06-07 16:06:45 +0200 |
commit | d8da3f4fb0b3d5e7ea6f4c65b16b81166c34ca19 (patch) | |
tree | 3c8f3c51b867db98e0acb4ef7e91f8aa2d3e4d71 /main.h | |
parent | f3451cbbdd70e0dda15b01a1920f486169c14d0f (diff) | |
download | ttfe-d8da3f4fb0b3d5e7ea6f4c65b16b81166c34ca19.tar.xz |
Center numbers
Diffstat (limited to 'main.h')
-rw-r--r-- | main.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -8,6 +8,7 @@ #include <time.h> #include <unistd.h> #include <termios.h> +#include <string.h> typedef struct board board; typedef unsigned int uint; |