mirror of
https://github.com/Gnucash/gnucash.git
synced 2026-09-03 20:53:02 -05:00
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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user