diff options
Diffstat (limited to 'cmd/2048.c')
-rw-r--r-- | cmd/2048.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/2048.c b/cmd/2048.c index 42cd171b0e..fa60aa94aa 100644 --- a/cmd/2048.c +++ b/cmd/2048.c @@ -3,10 +3,10 @@ /* Console version of the game "2048" for GNU/Linux */ +#include <common.h> #include <cli.h> #include <command.h> #include <rand.h> -#include <vsprintf.h> #include <linux/delay.h> #define SIZE 4 |