wok annotate fcgi/stuff/fcgi-2.4.0_gcc4.u @ rev 4215

fcgi: build fix build with gcc 4.x
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Thu Sep 24 10:06:40 2009 +0000 (2009-09-24)
parents
children ea3be834cab8
rev   line source
erjo@4215 1 --- fcgi-2.4.0-ori/include/fcgio.h Mon Feb 25 13:16:11 2002
erjo@4215 2 +++ fcgi-2.4.0/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