wmudmount/wmudmount-headers.patch
Andreas Bierfert 469289397f 1.13-4
- require udisks v1
- add upstream header patch
2012-12-05 21:24:31 +01:00

22 lines
491 B
Diff
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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>