aboutsummaryrefslogtreecommitdiff
path: root/cmd/2048.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/2048.c')
-rw-r--r--cmd/2048.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/2048.c b/cmd/2048.c
index fa60aa9..42cd171 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