summaryrefslogtreecommitdiff
path: root/src/blob.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/blob.c')
-rw-r--r--src/blob.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blob.c b/src/blob.c
index 1a63686..58325b8 100644
--- a/src/blob.c
+++ b/src/blob.c
@@ -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>