aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Uhlin <markus@nifty-networks.net>2024-04-28 18:10:38 +0200
committerMarkus Uhlin <markus@nifty-networks.net>2024-04-28 18:10:38 +0200
commita9a16300023ecde3181acf61d980f1dc1d80b82f (patch)
treec9374f056e9ad245ad7d97d0f3f8ea768bc629a6
parent7869c13d3f11a48c21004b44ee65de9bdea0b9f3 (diff)
Include matchproc.h
-rw-r--r--FICS/matchproc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/FICS/matchproc.c b/FICS/matchproc.c
index 44e8c77..278ed99 100644
--- a/FICS/matchproc.c
+++ b/FICS/matchproc.c
@@ -44,6 +44,7 @@
#include "formula.h"
#include "gamedb.h"
#include "lists.h"
+#include "matchproc.h"
#include "network.h"
#include "obsproc.h"
#include "playerdb.h"