diff options
author | Markus Uhlin <markus@nifty-networks.net> | 2024-04-17 02:49:49 +0200 |
---|---|---|
committer | Markus Uhlin <markus@nifty-networks.net> | 2024-04-17 02:49:49 +0200 |
commit | 9ee4b424efe76b2cfda2dcf70f1f6dbe47935ab7 (patch) | |
tree | cebbac53e53588e1a217f656fcd8680adc6a9116 /FICS/obsproc.c | |
parent | a839319573ee75eb4fc5d8cf3cc4da18e077166e (diff) |
Include maxxes-utils.h
Diffstat (limited to 'FICS/obsproc.c')
-rw-r--r-- | FICS/obsproc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/FICS/obsproc.c b/FICS/obsproc.c index b3c655e..70d96f8 100644 --- a/FICS/obsproc.c +++ b/FICS/obsproc.c @@ -38,6 +38,7 @@ #include "gamedb.h" #include "gameproc.h" #include "matchproc.h" +#include "maxxes-utils.h" #include "movecheck.h" #include "network.h" #include "obsproc.h" |