summaryrefslogtreecommitdiff
path: root/mastoapi.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 /mastoapi.c
parentUpdated RELEASE_NOTES. (diff)
downloadsnac2-212284c792c86fca52e0172a4d097abc5bb45252.tar.gz
snac2-212284c792c86fca52e0172a4d097abc5bb45252.tar.xz
snac2-212284c792c86fca52e0172a4d097abc5bb45252.zip
xs_http.h: new file.
Diffstat (limited to 'mastoapi.c')
-rw-r--r--mastoapi.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mastoapi.c b/mastoapi.c
index c526307..2c111ca 100644
--- a/mastoapi.c
+++ b/mastoapi.c
@@ -16,6 +16,7 @@
16#include "xs_mime.h" 16#include "xs_mime.h"
17#include "xs_match.h" 17#include "xs_match.h"
18#include "xs_unicode.h" 18#include "xs_unicode.h"
19#include "xs_http.h"
19 20
20#include "snac.h" 21#include "snac.h"
21 22