about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorJames Booth <boothj5@gmail.com>2016-02-24 23:54:25 +0000
committerJames Booth <boothj5@gmail.com>2016-02-24 23:54:25 +0000
commitf18fbe333ad8363ca5dffd5547386059c024616d (patch)
tree4adb11c9730ac3a1b34102d3c53eedccdad087c4
parente3130dbe82ecf3fcaff05ab95b75455358a7c35b (diff)
parent5b34e11e45504dffc19453db4198b8185bbd75a3 (diff)
downloadprofani-tty-f18fbe333ad8363ca5dffd5547386059c024616d.tar.gz
Merge branch 'master' into plugins-python
-rw-r--r--src/plugins/api.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/api.c b/src/plugins/api.c
index 549a56e5..495a0d58 100644
--- a/src/plugins/api.c
+++ b/src/plugins/api.c
@@ -33,6 +33,7 @@
  */
 
 #include <stdlib.h>
+#include <string.h>
 #include <assert.h>
 
 #include <glib.h>