summaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
Diffstat (limited to 'data.c')
-rw-r--r--data.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/data.c b/data.c
index d272617..a37fbdb 100644
--- a/data.c
+++ b/data.c
@@ -2,6 +2,7 @@
2/* copyright (c) 2022 - 2023 grunfink et al. / MIT license */ 2/* copyright (c) 2022 - 2023 grunfink et al. / MIT license */
3 3
4#include "xs.h" 4#include "xs.h"
5#include "xs_hex.h"
5#include "xs_io.h" 6#include "xs_io.h"
6#include "xs_json.h" 7#include "xs_json.h"
7#include "xs_openssl.h" 8#include "xs_openssl.h"