Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ValveSoftware/vkd3d.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJózef Kucia <jkucia@codeweavers.com>2019-01-31 13:29:33 +0300
committerAlexandre Julliard <julliard@winehq.org>2019-01-31 20:06:24 +0300
commitb402ae96a6401fc7828ab92d872164283f0073ba (patch)
treef717f615f7c1a1b2fb495a4be0c770798fdf4f50 /programs
parent499294766198172d072969eb6a84735729e730ba (diff)
include: Include stdlib.h for malloc().
Signed-off-by: Józef Kucia <jkucia@codeweavers.com> Signed-off-by: Henri Verbeet <hverbeet@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
Diffstat (limited to 'programs')
-rw-r--r--programs/vkd3d-compiler/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/programs/vkd3d-compiler/main.c b/programs/vkd3d-compiler/main.c
index b3634352..047abcdc 100644
--- a/programs/vkd3d-compiler/main.c
+++ b/programs/vkd3d-compiler/main.c
@@ -19,6 +19,7 @@
#include <fcntl.h>
#include <stdbool.h>
#include <stdio.h>
+#include <stdlib.h>
#include <sys/stat.h>
#include <unistd.h>