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