diff options
-rw-r--r-- | FICS/utils.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FICS/utils.c b/FICS/utils.c index c8fb073..49ab0c4 100644 --- a/FICS/utils.c +++ b/FICS/utils.c @@ -26,8 +26,8 @@ */ #include "stdinclude.h" - #include "common.h" + #include "config.h" #include "network.h" #include "playerdb.h" |