[PATCH] plugins: fix missing import in mtddevice
Thomas Bechtold <[email protected]>
| Newsgroups | gmane.comp.gnome.apps.rhythmbox.devel |
|---|---|
| Message-ID | <[email protected]> |
--- plugins/mtpdevice/rb-mtp-thread.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/plugins/mtpdevice/rb-mtp-thread.c b/plugins/mtpdevice/rb-mtp-thread.c index 763409c..6d5d0e5 100644 --- a/plugins/mtpdevice/rb-mtp-thread.c +++ b/plugins/mtpdevice/rb-mtp-thread.c @@ -32,6 +32,7 @@ #include <glib.h> #include <glib/gi18n.h> #include <gtk/gtk.h> +#include <stdlib.h> #include "rb-mtp-thread.h" #include "rb-file-helpers.h" -- 1.7.9