Fix malloc include.

This commit is contained in:
2022-10-03 18:15:13 +01:00
parent 8a9a5a6eb5
commit 5dab1b937f
7 changed files with 7 additions and 7 deletions

View File

@@ -18,8 +18,8 @@
#include <errno.h>
#include <inttypes.h>
#include <malloc.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#ifdef __linux__