about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@users.noreply.github.com>2016-09-03 22:39:16 +0100
committerGitHub <noreply@github.com>2016-09-03 22:39:16 +0100
commit0fe35d5f05d14ce4516b9efc9d796ca3f6857340 (patch)
tree98e137112badfa5fa10088348e5e8a836378074d
parentbb7314c3fc7764dd576f1de6d585af60ab7e6cb2 (diff)
parent5be8f5f5604627253e287797475847579b0e12b7 (diff)
downloadprofani-tty-0fe35d5f05d14ce4516b9efc9d796ca3f6857340.tar.gz
Merge pull request #845 from pasis/tray
Fix implicit declaration of function free
-rw-r--r--src/ui/tray.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ui/tray.c b/src/ui/tray.c
index ec1f1f96..6aca8ea5 100644
--- a/src/ui/tray.c
+++ b/src/ui/tray.c
@@ -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"