Forgot includes

This commit is contained in:
James R 2019-10-07 18:10:33 -07:00
parent 2f521f2eb1
commit 92dd9d2066
2 changed files with 3 additions and 0 deletions

View file

@ -16,6 +16,7 @@
#include "doomdef.h"
#include "command.h"
#include "m_argv.h"
#include "m_misc.h"
/** \brief number of arg
*/

View file

@ -23,6 +23,8 @@
#include <unistd.h>
#endif
#include <errno.h>
// Extended map support.
#include <ctype.h>