From 84944dbe0dfcadfb5c069e210c0545b88aae57dc Mon Sep 17 00:00:00 2001 From: Pixel Date: Sun, 2 Dec 2001 19:05:04 +0000 Subject: Little more... --- lib/ReadJob.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/ReadJob.cc') diff --git a/lib/ReadJob.cc b/lib/ReadJob.cc index a012c97..8df4863 100644 --- a/lib/ReadJob.cc +++ b/lib/ReadJob.cc @@ -1,5 +1,7 @@ #include "ReadJob.h" #include "HttpServ.h" +#include "Regex.h" +#include "config.h" ReadJob::ReadJob(Handle * as, Handle * ad, const Regex & aregex) : s(as), d(ad), regex(&aregex) { s->SetNonBlock(); -- cgit v1.2.3