diff options
| author | 2022-09-28 10:27:01 +0200 | |
|---|---|---|
| committer | 2022-09-28 10:27:01 +0200 | |
| commit | 5afb60f173dd1a266d023bb6568ca127ab6ea4b1 (patch) | |
| tree | 16095ca920cbe31893e2f0fe92a86db6448c302f /snac.c | |
| parent | New function html_top_controls(). (diff) | |
| download | penes-snac2-5afb60f173dd1a266d023bb6568ca127ab6ea4b1.tar.gz penes-snac2-5afb60f173dd1a266d023bb6568ca127ab6ea4b1.tar.xz penes-snac2-5afb60f173dd1a266d023bb6568ca127ab6ea4b1.zip | |
Got xs_set.h from xs.
Diffstat (limited to 'snac.c')
| -rw-r--r-- | snac.c | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -13,6 +13,7 @@ | |||
| 13 | #include "xs_httpd.h" | 13 | #include "xs_httpd.h" |
| 14 | #include "xs_mime.h" | 14 | #include "xs_mime.h" |
| 15 | #include "xs_regex.h" | 15 | #include "xs_regex.h" |
| 16 | #include "xs_set.h" | ||
| 16 | 17 | ||
| 17 | #include "snac.h" | 18 | #include "snac.h" |
| 18 | 19 | ||