diff options
| author | 2025-10-13 13:07:06 +0200 | |
|---|---|---|
| committer | 2025-10-13 13:07:06 +0200 | |
| commit | 212284c792c86fca52e0172a4d097abc5bb45252 (patch) | |
| tree | 4fe9ebc3859eec9edb46388a606cb6d54898c64a /webfinger.c | |
| parent | Updated RELEASE_NOTES. (diff) | |
| download | penes-snac2-212284c792c86fca52e0172a4d097abc5bb45252.tar.gz penes-snac2-212284c792c86fca52e0172a4d097abc5bb45252.tar.xz penes-snac2-212284c792c86fca52e0172a4d097abc5bb45252.zip | |
xs_http.h: new file.
Diffstat (limited to 'webfinger.c')
| -rw-r--r-- | webfinger.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webfinger.c b/webfinger.c index 46b7edb..12ec42c 100644 --- a/webfinger.c +++ b/webfinger.c | |||
| @@ -5,6 +5,7 @@ | |||
| 5 | #include "xs_json.h" | 5 | #include "xs_json.h" |
| 6 | #include "xs_curl.h" | 6 | #include "xs_curl.h" |
| 7 | #include "xs_mime.h" | 7 | #include "xs_mime.h" |
| 8 | #include "xs_http.h" | ||
| 8 | 9 | ||
| 9 | #include "snac.h" | 10 | #include "snac.h" |
| 10 | 11 | ||