summaryrefslogtreecommitdiff
path: root/src/core/wee-command.c
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2018-10-27 08:54:10 +0200
committerSébastien Helleu <flashcode@flashtux.org>2018-10-27 08:54:10 +0200
commit70c2e271100a7b799922f69e3bf49090582ac17a (patch)
treea65a36fabd43de75f59b0878d599c0fabf1f9ee1 /src/core/wee-command.c
parent3f067f206552aa9fa9f30df6e6432cc0fa92766d (diff)
downloadweechat-70c2e271100a7b799922f69e3bf49090582ac17a.zip
core: split wee-secure.c into 3 files (secured data functions, buffer and config)
Diffstat (limited to 'src/core/wee-command.c')
-rw-r--r--src/core/wee-command.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c
index 934f3006a..2b680d723 100644
--- a/src/core/wee-command.c
+++ b/src/core/wee-command.c
@@ -54,6 +54,8 @@
#include "wee-log.h"
#include "wee-proxy.h"
#include "wee-secure.h"
+#include "wee-secure-buffer.h"
+#include "wee-secure-config.h"
#include "wee-string.h"
#include "wee-upgrade.h"
#include "wee-utf8.h"