wok annotate fcgi/stuff/fcgi-2.4.0_gcc4.u @ rev 15806
Up: sudoku to 2.3. Fixed WEB_SITE and WGET_URL so we get the app and not a error page.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Jan 24 01:35:01 2014 +0000 (2014-01-24) |
parents | e06cd5eac01a |
children |
rev | line source |
---|---|
pankso@9808 | 1 --- include/fcgio.h Mon Feb 25 13:16:11 2002 |
pankso@9808 | 2 +++ include/fcgio.h Thu Sep 24 09:43:58 2009 |
erjo@4215 | 3 @@ -31,6 +31,7 @@ |
erjo@4215 | 4 #define FCGIO_H |
erjo@4215 | 5 |
erjo@4215 | 6 #include <iostream> |
erjo@4215 | 7 +#include <cstdio> |
erjo@4215 | 8 |
erjo@4215 | 9 #include "fcgiapp.h" |
erjo@4215 | 10 |