From abae1eebf74c5088b0db1a0534d2e52c7332ce99 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Sat, 20 Nov 2004 18:32:10 +0000 Subject: [PATCH] #include gen_defs.h before uifc.h to avoid CTRL_A-Z redef. --- src/sbbs3/install/sbbsinst.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/sbbs3/install/sbbsinst.c b/src/sbbs3/install/sbbsinst.c index d46b6e7e83..d706512819 100644 --- a/src/sbbs3/install/sbbsinst.c +++ b/src/sbbs3/install/sbbsinst.c @@ -40,6 +40,9 @@ #include <stdlib.h> #include <string.h> +/* XPDEV */ +#include "gen_defs.h" + #define __COLORS #include "ciolib.h" #include "uifc.h" -- GitLab