Include stdlib.h for malloc.

git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@3936 57a11ea4-9604-0410-9ed3-97b8803252fd
This commit is contained in:
Dave Peticolas
2001-04-11 21:56:48 +00:00
parent aeff5bc299
commit a86c2dba68
+2 -1
View File
@@ -35,6 +35,7 @@
#include <glib.h>
#include <gtk/gtkmain.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "gnc-http.h"
@@ -109,7 +110,7 @@ ghttp_check_callback(gpointer data) {
req = current->data;
if(!req) {
printf(_("NULL request. \n"));
g_warning("NULL request.");
continue;
}