aboutsummaryrefslogtreecommitdiff
path: root/voerbak/win.c
diff options
context:
space:
mode:
Diffstat (limited to 'voerbak/win.c')
-rw-r--r--voerbak/win.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/voerbak/win.c b/voerbak/win.c
index c995060..021601a 100644
--- a/voerbak/win.c
+++ b/voerbak/win.c
@@ -2,6 +2,7 @@
#include <stdbool.h>
#include "voerbak.h"
+#include "board.h"
int winCheckRecursive(Board *b, int pos, int direction, int d_index, int currentLength) {
int newPos = pos + direction;