diff options
Diffstat (limited to 'project2/cgi/cgiCommon.h')
-rw-r--r-- | project2/cgi/cgiCommon.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/project2/cgi/cgiCommon.h b/project2/cgi/cgiCommon.h index 489e3fb..ce6108e 100644 --- a/project2/cgi/cgiCommon.h +++ b/project2/cgi/cgiCommon.h @@ -1,5 +1,6 @@ #include <ostream> #include <cgicc/Cgicc.h> +#include "cgiEnvironment.h" -void cgiServe(cgicc::CgiInput * i, std::ostream & o); +void cgiServe(cgicc::CgiInput * i, CgiEnvironment *, std::ostream & o); |