aboutsummaryrefslogtreecommitdiffstats
path: root/FICS/ficsmain.c
diff options
context:
space:
mode:
Diffstat (limited to 'FICS/ficsmain.c')
-rw-r--r--FICS/ficsmain.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/ficsmain.c b/FICS/ficsmain.c
index ceefedf..c9d6f35 100644
--- a/FICS/ficsmain.c
+++ b/FICS/ficsmain.c
@@ -41,6 +41,7 @@
#include <stdint.h>
#include <string.h>
+#include "addgroup.h"
#include "board.h"
#include "command.h"
#include "comproc.h"
@@ -54,6 +55,7 @@
#include "legal2.h"
#include "network.h"
#include "playerdb.h"
+#include "prep_dir_for_privdrop.h"
#include "ratings.h"
#include "settings.h"
#include "shutdown.h"