portability fixes

This commit is contained in:
Ørjan 2020-09-08 13:11:08 +00:00
parent 58fa1d7bba
commit 63fe4c3a85
2 changed files with 2 additions and 0 deletions

View File

@ -1,6 +1,7 @@
#ifndef DOOM_GENERIC
#define DOOM_GENERIC
#include <stdlib.h>
#include <stdint.h>
#define DOOMGENERIC_RESX 640

View File

@ -2,6 +2,7 @@
#include "doomgeneric.h"
#include <ctype.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>