portability fixes
This commit is contained in:
parent
58fa1d7bba
commit
63fe4c3a85
@ -1,6 +1,7 @@
|
|||||||
#ifndef DOOM_GENERIC
|
#ifndef DOOM_GENERIC
|
||||||
#define DOOM_GENERIC
|
#define DOOM_GENERIC
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
#define DOOMGENERIC_RESX 640
|
#define DOOMGENERIC_RESX 640
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
#include "doomgeneric.h"
|
#include "doomgeneric.h"
|
||||||
|
|
||||||
|
#include <ctype.h>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user