diff options
author | James Booth <boothj5@gmail.com> | 2016-07-24 01:19:59 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-07-24 01:19:59 +0100 |
commit | 4ecb4019a616406444e16f53c8ffdbfe8070b2d2 (patch) | |
tree | 50eab486234e74311a0dc0197e1df6795a1e3e19 /src | |
parent | e8fc80f5c1bf30585483d4dd1c27aae620862066 (diff) | |
download | profani-tty-4ecb4019a616406444e16f53c8ffdbfe8070b2d2.tar.gz |
Add missing include
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/c_api.c | 1 |
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" |