summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/game.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/game.c b/src/game.c
index f9d260f..4165998 100644
--- a/src/game.c
+++ b/src/game.c
@@ -5,6 +5,7 @@
#include <time.h>
#include <unistd.h>
#include <assert.h>
+#include <curses.h>
void init_mainstack(card* stack, const uint32_t size)
{