diff options
author | James Booth <boothj5@gmail.com> | 2016-03-31 20:16:53 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-03-31 20:16:53 +0100 |
commit | c91ce78a0419dc3e624eeffdc870b549e5cdc64f (patch) | |
tree | 157b095c94380bfc5f32b46b74f3e04af97aa5d7 /src/plugins | |
parent | 759d9ccb8dada3e180b634008d9184e366a15baa (diff) | |
download | profani-tty-c91ce78a0419dc3e624eeffdc870b549e5cdc64f.tar.gz |
Added missing include in callbacks.c
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/callbacks.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/plugins/callbacks.c b/src/plugins/callbacks.c index 92673395..eaca342a 100644 --- a/src/plugins/callbacks.c +++ b/src/plugins/callbacks.c @@ -33,6 +33,7 @@ */ #include <string.h> +#include <stdlib.h> #include "command/command.h" #include "plugins/callbacks.h" |