diff options
author | James Booth <boothj5@gmail.com> | 2016-05-04 01:19:51 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2016-05-04 01:19:51 +0100 |
commit | ccabc08fef90b568ec08a9cf139ff225b28808d1 (patch) | |
tree | f5945c76e944e5aa848f80db7ac238fac356807b /src/config | |
parent | 2e1eb9210a2ed1d543a63dae442d4bd52f547841 (diff) | |
download | profani-tty-ccabc08fef90b568ec08a9cf139ff225b28808d1.tar.gz |
Tidy xmpp headers
Diffstat (limited to 'src/config')
-rw-r--r-- | src/config/scripts.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/scripts.c b/src/config/scripts.c index 2a667545..ef203fcb 100644 --- a/src/config/scripts.c +++ b/src/config/scripts.c @@ -45,6 +45,7 @@ #include "window_list.h" #include "command/command.h" #include "ui/ui.h" +#include "xmpp/xmpp.h" void scripts_init(void) |