From ed0ed93bc9a64412c04a73938b04079cad95c4af Mon Sep 17 00:00:00 2001 From: pixel Date: Fri, 29 Nov 2002 20:39:44 +0000 Subject: Yeah... reworking on it! --- lib/Message.cc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'lib/Message.cc') diff --git a/lib/Message.cc b/lib/Message.cc index 572b0a0..5cb8859 100644 --- a/lib/Message.cc +++ b/lib/Message.cc @@ -1,8 +1,10 @@ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include "HttpServ.h" #include "Message.h" #include "Buffer.h" #include "CopyJob.h" -#include "config.h" Message::Message(const String & t, const String & m, const String & U, Action * n) : Action(U), tit(t), msg(m), Next(n) { } -- cgit v1.2.3