summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorSadie Powell <sadie@witchery.services>2025-05-09 15:34:43 +0100
committerSadie Powell <sadie@witchery.services>2025-05-09 15:35:02 +0100
commit46e6b0addece834ac1b4b917edf872f5b895ab9a (patch)
tree52c357c283e017811a309a50b594df56423b9b39 /include
parent977780d8ef8cc2d28690d66eff4292b7d9bbd1a7 (diff)
Fix some forward declarations in the httpd header.
Diffstat (limited to 'include')
-rw-r--r--include/modules/httpd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/modules/httpd.h b/include/modules/httpd.h
index 3d524a27e..14cb99fa5 100644
--- a/include/modules/httpd.h
+++ b/include/modules/httpd.h
@@ -10,8 +10,8 @@
namespace HTTP
{
- class Reply;
- class Message;
+ struct Reply;
+ struct Message;
class Page;
class Client;
class Provider;