Commit f84da27c225b2543d4f3fc5de898a983194d0ec4

Thomas de Grivel 2020-05-07T14:47:42

forgot include for malloc

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/gtk/rtbuf_gtk_library.c b/gtk/rtbuf_gtk_library.c
index da1b23a..aae3bf3 100644
--- a/gtk/rtbuf_gtk_library.c
+++ b/gtk/rtbuf_gtk_library.c
@@ -17,6 +17,7 @@
 #include <assert.h>
 #include <err.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <sys/stat.h>
 #include <sys/types.h>
 #include <dirent.h>