Merge pull request #845 from pasis/tray

Fix implicit declaration of function free
This commit is contained in:
James Booth
2016-09-03 22:39:16 +01:00
committed by GitHub

View File

@@ -38,6 +38,7 @@
#include <gtk/gtk.h>
#include <glib.h>
#include <glib/gstdio.h>
#include <stdlib.h>
#include "log.h"
#include "config/preferences.h"