summaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
authorGravatar default2023-11-17 08:51:53 +0100
committerGravatar default2023-11-17 08:51:53 +0100
commit80c5bac826c480fdabfaeae991a9a7fb298fb865 (patch)
tree3dcc249478b68120aeb9cbdd0d9ba442463314dd /data.c
parentBackport from xs. (diff)
downloadpenes-snac2-80c5bac826c480fdabfaeae991a9a7fb298fb865.tar.gz
penes-snac2-80c5bac826c480fdabfaeae991a9a7fb298fb865.tar.xz
penes-snac2-80c5bac826c480fdabfaeae991a9a7fb298fb865.zip
Backport from xs.
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"