1
0
mirror of https://github.com/profanity-im/profanity.git synced 2024-09-22 19:45:54 -04:00

Added missing include in callbacks.c

This commit is contained in:
James Booth 2016-03-31 20:16:53 +01:00
parent 759d9ccb8d
commit c91ce78a04

View File

@ -33,6 +33,7 @@
*/
#include <string.h>
#include <stdlib.h>
#include "command/command.h"
#include "plugins/callbacks.h"