diff options
| author | Markus Uhlin <markus@nifty-networks.net> | 2026-03-23 19:48:47 +0100 |
|---|---|---|
| committer | Markus Uhlin <markus@nifty-networks.net> | 2026-03-23 19:48:47 +0100 |
| commit | 06a696970bd181c799fa547b94df4c8090c1665b (patch) | |
| tree | 1705ecbdbfeb4ff940c74693e7833f658ef4f289 /FICS | |
| parent | 092924923ed935b92c7785e2135ddc68da09da42 (diff) | |
Added includes
Diffstat (limited to 'FICS')
| -rw-r--r-- | FICS/formula.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/FICS/formula.c b/FICS/formula.c index af43f0d..a7ee006 100644 --- a/FICS/formula.c +++ b/FICS/formula.c @@ -53,12 +53,14 @@ #include "common.h" #include <ctype.h> +#include <err.h> #include "command.h" #include "config.h" #include "formula.h" #include "gamedb.h" #include "lists.h" +#include "maxxes-utils.h" #include "network.h" #include "playerdb.h" #include "ratings.h" |
