From 46e6b0addece834ac1b4b917edf872f5b895ab9a Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 9 May 2025 15:34:43 +0100 Subject: Fix some forward declarations in the httpd header. --- include/modules/httpd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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; -- cgit