summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorP. J. McDermott <pj@pehjota.net>2021-03-19 18:37:36 (EDT)
committer P. J. McDermott <pj@pehjota.net>2021-03-19 18:37:36 (EDT)
commit73e8510defa7135a43e2a7743eb6e90187352eb1 (patch)
tree13bfd025eb5d42a81c91af5b4b0933b733e01adc /src
parent8e15eccb7de2d93268672fb6c6631a76c410d580 (diff)
downloaddodge-balls-73e8510defa7135a43e2a7743eb6e90187352eb1.zip
dodge-balls-73e8510defa7135a43e2a7743eb6e90187352eb1.tar.gz
dodge-balls-73e8510defa7135a43e2a7743eb6e90187352eb1.tar.bz2
main: Fix missing header
Diffstat (limited to 'src')
-rw-r--r--src/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index fc634d6..4a42293 100644
--- a/src/main.c
+++ b/src/main.c
@@ -25,6 +25,7 @@
#include <string.h>
#include "defs.h"
#include "main.h"
+#include "main-menu.h"
#include "output.h"
static const char *_db_games_dir;