summaryrefslogtreecommitdiff
path: root/data.c
diff options
context:
space:
mode:
authorGravatar grunfink2025-10-13 13:07:06 +0200
committerGravatar grunfink2025-10-13 13:07:06 +0200
commit212284c792c86fca52e0172a4d097abc5bb45252 (patch)
tree4fe9ebc3859eec9edb46388a606cb6d54898c64a /data.c
parentUpdated RELEASE_NOTES. (diff)
downloadsnac2-212284c792c86fca52e0172a4d097abc5bb45252.tar.gz
snac2-212284c792c86fca52e0172a4d097abc5bb45252.tar.xz
snac2-212284c792c86fca52e0172a4d097abc5bb45252.zip
xs_http.h: new file.
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 53e9438..36f5101 100644
--- a/data.c
+++ b/data.c
@@ -14,6 +14,7 @@
14#include "xs_unicode.h" 14#include "xs_unicode.h"
15#include "xs_random.h" 15#include "xs_random.h"
16#include "xs_po.h" 16#include "xs_po.h"
17#include "xs_http.h"
17 18
18#include "snac.h" 19#include "snac.h"
19 20