1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

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
commit 0fe35d5f05

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"