summaryrefslogtreecommitdiff
path: root/snac.c
diff options
context:
space:
mode:
authordefault <nobody@localhost>2023-05-09 14:18:15 +0200
committerdefault <nobody@localhost>2023-05-09 14:18:15 +0200
commitd562c3cfed3080013ee4fc68c7956c874f1323b8 (patch)
treec547b250935c38beb42aa27358f6cd30f186f313 /snac.c
parent510477cf39fd884e6a2e2a654700912c9ca54527 (diff)
Backport from xs.
Diffstat (limited to 'snac.c')
-rw-r--r--snac.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/snac.c b/snac.c
index a5b2080..8005546 100644
--- a/snac.c
+++ b/snac.c
@@ -5,8 +5,9 @@
#include "xs.h"
#include "xs_io.h"
-#include "xs_encdec.h"
+#include "xs_unicode.h"
#include "xs_json.h"
+#include "xs_encdec.h"
#include "xs_curl.h"
#include "xs_openssl.h"
#include "xs_socket.h"