new glibc missing includes

This commit is contained in:
dockes 2009-11-28 09:15:46 +00:00
parent ce796584a2
commit e7b2bc4b46
4 changed files with 4 additions and 1 deletions

View File

@ -17,6 +17,7 @@ static char rcsid[] = "@(#$Id: mh_exec.cpp,v 1.14 2008-10-09 09:19:37 dockes Exp
* Free Software Foundation, Inc., * Free Software Foundation, Inc.,
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/ */
#include <stdio.h>
#include <iostream> #include <iostream>
#include <sstream> #include <sstream>

View File

@ -17,6 +17,7 @@ static char rcsid[] = "@(#$Id: mh_text.cpp,v 1.6 2006-12-15 12:40:02 dockes Exp
* Free Software Foundation, Inc., * Free Software Foundation, Inc.,
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/ */
#include <stdio.h>
#include <unistd.h> #include <unistd.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <errno.h> #include <errno.h>

View File

@ -17,6 +17,7 @@ static char rcsid[] = "@(#$Id: docseqhist.cpp,v 1.4 2008-09-29 08:59:20 dockes E
* Free Software Foundation, Inc., * Free Software Foundation, Inc.,
* 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/ */
#include <stdio.h>
#include <math.h> #include <math.h>
#include <time.h> #include <time.h>
#include <cmath> #include <cmath>

View File

@ -19,7 +19,7 @@ static char rcsid[] = "@(#$Id: $ (C) 2009 J.F.Dockes";
#endif #endif
#ifndef TEST_CIRCACHE #ifndef TEST_CIRCACHE
#include <stdio.h>
#include <assert.h> #include <assert.h>
#include <errno.h> #include <errno.h>
#include <sys/stat.h> #include <sys/stat.h>