diff options
-rw-r--r-- | FICS/matchproc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/matchproc.c b/FICS/matchproc.c index 7c095c4..6e7a4c9 100644 --- a/FICS/matchproc.c +++ b/FICS/matchproc.c @@ -24,6 +24,7 @@ */ #include "stdinclude.h" +#include "common.h" #include <sys/resource.h> @@ -31,7 +32,6 @@ #include "board.h" #include "command.h" -#include "common.h" #include "comproc.h" #include "config.h" #include "eco.h" |