diff options
Diffstat (limited to 'FICS')
-rw-r--r-- | FICS/ficsmain.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FICS/ficsmain.c b/FICS/ficsmain.c index 1ff9c6e..ac02d64 100644 --- a/FICS/ficsmain.c +++ b/FICS/ficsmain.c @@ -25,10 +25,12 @@ */ #include "stdinclude.h" +#include "common.h" + +#include <sys/param.h> #include "board.h" #include "command.h" -#include "common.h" #include "comproc.h" #include "config.h" #ifndef IGNORE_ECO @@ -42,8 +44,6 @@ #include "talkproc.h" #include "utils.h" -#include <sys/param.h> - /* Arguments */ PUBLIC int port; PUBLIC int withConsole; |