summaryrefslogtreecommitdiff
path: root/cmd/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/main.c')
-rw-r--r--cmd/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/main.c b/cmd/main.c
index 33cfcad..12d7f3a 100644
--- a/cmd/main.c
+++ b/cmd/main.c
@@ -28,6 +28,7 @@
#include <unistd.h>
#include "othello.h"
+#include "othello_board.h"
int main(int argc, char **argv) {
int exit_status = EXIT_SUCCESS;