summaryrefslogtreecommitdiff
blob: da9b3b24f82caa7b89f14106d7307423bc809642 (plain)
1
2
3
4
5
6
7
8
9
10
Avoid warning about implicit malloc()

diff -r 587fa6195b61 lib/imagelib.c
--- a/lib/imagelib.c	Mon Oct 05 22:08:52 2020 +0000
+++ b/lib/imagelib.c	Mon Oct 05 22:09:12 2020 +0000
@@ -1,3 +1,4 @@
+#include <stdlib.h>
 #include <stdio.h>
 #include <string.h>
 #include "imagelib.h"