diff options
Diffstat (limited to 'src/blob.c')
-rw-r--r-- | src/blob.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ * SPDX-License-Identifier: GPL-2.0-only */ -#include <malloc.h> +#include <stdlib.h> #include <string.h> #include <stdio.h> #include <stdint.h> |