about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-07-24 01:19:59 +0100
committerJames Booth <boothj5@gmail.com>2016-07-24 01:19:59 +0100
commit4ecb4019a616406444e16f53c8ffdbfe8070b2d2 (patch)
tree50eab486234e74311a0dc0197e1df6795a1e3e19
parente8fc80f5c1bf30585483d4dd1c27aae620862066 (diff)
downloadprofani-tty-4ecb4019a616406444e16f53c8ffdbfe8070b2d2.tar.gz
Add missing include
-rw-r--r--src/plugins/c_api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/c_api.c b/src/plugins/c_api.c
index d70d4559..066f0f56 100644
--- a/src/plugins/c_api.c
+++ b/src/plugins/c_api.c
@@ -33,6 +33,7 @@
  */
 
 #include <stdlib.h>
+#include <string.h>
 #include <glib.h>
 
 #include "log.h"