gcc44 compile

This commit is contained in:
Jean-Francois Dockes 2010-09-23 19:05:11 +02:00
parent 20f0e30d48
commit 0fa92899f9
2 changed files with 2 additions and 0 deletions

View File

@ -25,6 +25,7 @@ static char rcsid[] = "@(#$Id: rclconfig.cpp,v 1.62 2008-10-08 16:15:22 dockes E
#include <langinfo.h>
#include <set>
#include <algorithm>
#include <sys/types.h>
#include <sys/stat.h>

View File

@ -21,6 +21,7 @@ static char rcsid[] = "@(#$Id: internfile.cpp,v 1.46 2008-10-10 08:04:54 dockes
#ifndef TEST_INTERNFILE
#include "autoconfig.h"
#include <stdio.h>
#include <unistd.h>
#include <fcntl.h>
#include <sys/types.h>