1
1
mirror of https://github.com/profanity-im/profanity.git synced 2025-01-03 14:57:42 -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>