We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58fa1d7 commit 63fe4c3Copy full SHA for 63fe4c3
doomgeneric/doomgeneric.h
@@ -1,6 +1,7 @@
1
#ifndef DOOM_GENERIC
2
#define DOOM_GENERIC
3
4
+#include <stdlib.h>
5
#include <stdint.h>
6
7
#define DOOMGENERIC_RESX 640
doomgeneric/doomgeneric_xlib.c
@@ -2,6 +2,7 @@
#include "doomgeneric.h"
+#include <ctype.h>
#include <stdio.h>
#include <string.h>
8
#include <unistd.h>
0 commit comments