1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-01-03 14:57:42 -05:00

Fix implicit declaration of function free

This commit is contained in:
Dmitry Podgorny 2016-09-02 20:53:41 +03:00
parent 47a1a62009
commit 5be8f5f560

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"