mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-03-02 09:21:29 +00:00
Forgot includes
(cherry picked from commit 92dd9d20663c8c601053354326fd9412694e3078)
This commit is contained in:
parent
6274b9fde1
commit
c79ceca65e
2 changed files with 3 additions and 0 deletions
|
|
@ -16,6 +16,7 @@
|
|||
#include "doomdef.h"
|
||||
#include "command.h"
|
||||
#include "m_argv.h"
|
||||
#include "m_misc.h"
|
||||
|
||||
/** \brief number of arg
|
||||
*/
|
||||
|
|
|
|||
|
|
@ -23,6 +23,8 @@
|
|||
#include <unistd.h>
|
||||
#endif
|
||||
|
||||
#include <errno.h>
|
||||
|
||||
// Extended map support.
|
||||
#include <ctype.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue