- fix building on FreeBSD

This commit is contained in:
Rachael Alexanderson 2019-03-03 10:53:21 -05:00 committed by Christoph Oelckers
parent 73c7afe409
commit 068522f9c8
3 changed files with 3 additions and 0 deletions

View file

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

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 "m_swap.h"
#include "m_argv.h"