Skip to content
Snippets Groups Projects
Commit a4ad0870 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Resolve some MSVC warnings by including missing header files

parent 6a69c9dc
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,8 @@
#include <windows.h> /* INPUT_RECORD, etc. */
#include <genwrap.h>
#include <stdio.h> /* stdin */
#include <stdlib.h> /* atexit */
#if defined(_WIN32)
#include <malloc.h> /* alloca() on Win32 */
#endif
......
......@@ -4,6 +4,7 @@
#include <math.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <genwrap.h>
#include <xp_dl.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment