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

Added missing string.h include to plugins/api.c

This commit is contained in:
James Booth 2016-02-24 23:52:59 +00:00
parent 9d31ce49c3
commit 5b34e11e45

View File

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