Sophie

Sophie

distrib > Fedora > 17 > x86_64 > media > updates-src > by-pkgid > 053f306cd2fa1cb8601d144c36ba2c98 > files > 2

wmudmount-1.13-4.fc17.src.rpm

warning: implicit declaration of function ‘free’ and 'realloc' [-Wimplicit-function-declaration]

--- askpass.c
+++ askpass.c
@@ -23,6 +23,7 @@
 #include <sys/resources.h>
 #endif
 
+#include <stdlib.h> /* free */
 #include <glib.h>
 
 #ifdef HAVE_GNOME_KEYRING
--- secureentry.c
+++ secureentry.c
@@ -18,6 +18,7 @@
 #include "config.h"
 
 #include <unistd.h>
+#include <stdlib.h> /* free and realloc */
 #include <string.h>
 #ifdef HAVE_GNOME_KEYRING
 #include <gnome-keyring-memory.h>