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>
This commit is contained in:
Józef Kucia 2019-01-31 11:29:33 +01:00 committed by Alexandre Julliard
parent 4992947661
commit b402ae96a6
2 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#include <assert.h>
#include <stdbool.h>
#include <stdlib.h>
#include "vkd3d_debug.h"

View File

@ -19,6 +19,7 @@
#include <fcntl.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/stat.h>
#include <unistd.h>