- fix building on FreeBSD

This commit is contained in:
Rachael Alexanderson 2019-03-03 10:53:21 -05:00 committed by drfrag
parent bc10c3e5bb
commit 86e8bf3b28
3 changed files with 3 additions and 0 deletions

View file

@ -34,6 +34,7 @@
*/
#include <ctype.h>
#include "intermission/intermission.h"
#include "g_level.h"
#include "w_wad.h"

View file

@ -35,6 +35,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <algorithm>
#include <ctype.h>
#include "templates.h"
#include "doomdef.h"

View file

@ -33,6 +33,7 @@
**
*/
#include <ctype.h>
#include "resourcefile.h"
#include "cmdlib.h"
#include "templates.h"