1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-12-04 14:46:46 -05:00

Add missing string.h include in blocking.c

This commit is contained in:
James Booth 2016-05-11 22:32:22 +01:00
parent 5439317ba1
commit 598b2b3235

View File

@ -33,6 +33,7 @@
*/
#include <stdlib.h>
#include <string.h>
#ifdef HAVE_LIBMESODE
#include <mesode.h>