summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
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;