diff --git a/src/sbbs3/sbbscon.c b/src/sbbs3/sbbscon.c index 9591f0b0299e7e787d74dee20708e1010065de63..89dad03bcd1e67be2287fdb9213e662a30b59dcd 100644 --- a/src/sbbs3/sbbscon.c +++ b/src/sbbs3/sbbscon.c @@ -41,7 +41,6 @@ #include <ctype.h> /* Synchronet-specific headers */ -#include "sbbsdefs.h" /* VERSION, REVISION, and COPYRIGHT_NOTICE */ #include "conwrap.h" /* kbhit/getch */ #include "dirwrap.h" /* BACKSLASH */ #include "startup.h" /* bbs_startup_t, bbs_thread */ @@ -50,6 +49,7 @@ #include "services.h" /* services_startup_t, services_thread */ #include "ini_file.h" #include "sbbs_ini.h" +#include "sbbsdefs.h" /* VERSION, REVISION, and COPYRIGHT_NOTICE */ #ifdef __unix__