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

Add missing include

This commit is contained in:
James Booth 2016-07-24 01:19:59 +01:00
parent e8fc80f5c1
commit 4ecb4019a6

View File

@ -33,6 +33,7 @@
*/
#include <stdlib.h>
#include <string.h>
#include <glib.h>
#include "log.h"