diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-22 07:49:01 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-22 07:49:01 +0100 |
| commit | 97cb8e1b8a4e1df3ed65ac5aa684c7babd1771dc (patch) | |
| tree | 2e620bc2ca36b7f7c0c0d9eb606bc68cb04174fb /dev/examples/cgi | |
| parent | 804afb1895fa9aa6c45645bb097bf4937e9d851d (diff) | |
chore: small source code tweaks.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/examples/cgi')
| -rw-r--r-- | dev/examples/cgi/cgi.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/examples/cgi/cgi.cc b/dev/examples/cgi/cgi.cc index 3e08aad..3eef7b2 100644 --- a/dev/examples/cgi/cgi.cc +++ b/dev/examples/cgi/cgi.cc @@ -4,7 +4,7 @@ licensed under the Boost Software License */ -#include <lib/utility/cgi_writer.hpp> +#include <lib/utility/cgi.hpp> static ocl::basic_chunk_string<char> text_sample = R"( <!DOCTYPE html> |
