Skip to content

Commit 63fe4c3

Browse files
author
Ørjan
committed
portability fixes
1 parent 58fa1d7 commit 63fe4c3

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doomgeneric/doomgeneric.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
#ifndef DOOM_GENERIC
22
#define DOOM_GENERIC
33

4+
#include <stdlib.h>
45
#include <stdint.h>
56

67
#define DOOMGENERIC_RESX 640

doomgeneric/doomgeneric_xlib.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
#include "doomgeneric.h"
44

5+
#include <ctype.h>
56
#include <stdio.h>
67
#include <string.h>
78
#include <unistd.h>

0 commit comments

Comments
 (0)