summaryrefslogtreecommitdiff
path: root/html.c
diff options
context:
space:
mode:
authorGravatar default2022-09-28 10:27:01 +0200
committerGravatar default2022-09-28 10:27:01 +0200
commit5afb60f173dd1a266d023bb6568ca127ab6ea4b1 (patch)
tree16095ca920cbe31893e2f0fe92a86db6448c302f /html.c
parentNew function html_top_controls(). (diff)
downloadsnac2-5afb60f173dd1a266d023bb6568ca127ab6ea4b1.tar.gz
snac2-5afb60f173dd1a266d023bb6568ca127ab6ea4b1.tar.xz
snac2-5afb60f173dd1a266d023bb6568ca127ab6ea4b1.zip
Got xs_set.h from xs.
Diffstat (limited to 'html.c')
-rw-r--r--html.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/html.c b/html.c
index 21ee151..1e7788d 100644
--- a/html.c
+++ b/html.c
@@ -6,6 +6,7 @@
6#include "xs_encdec.h" 6#include "xs_encdec.h"
7#include "xs_json.h" 7#include "xs_json.h"
8#include "xs_regex.h" 8#include "xs_regex.h"
9#include "xs_set.h"
9 10
10#include "snac.h" 11#include "snac.h"
11 12