about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-05-11 22:32:22 +0100
committerJames Booth <boothj5@gmail.com>2016-05-11 22:32:22 +0100
commit598b2b3235b008cb9ec240b0df0193dd8bec4965 (patch)
tree2e8ba9a26b71ce189b640d14049ce7e68664befb
parent5439317ba12635d3a8a03e0e55e38eef76ff9b51 (diff)
downloadprofani-tty-598b2b3235b008cb9ec240b0df0193dd8bec4965.tar.gz
Add missing string.h include in blocking.c
-rw-r--r--src/xmpp/blocking.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmpp/blocking.c b/src/xmpp/blocking.c
index 766313e0..a272b0c9 100644
--- a/src/xmpp/blocking.c
+++ b/src/xmpp/blocking.c
@@ -33,6 +33,7 @@
  */
 
 #include <stdlib.h>
+#include <string.h>
 
 #ifdef HAVE_LIBMESODE
 #include <mesode.h>