Missing includes for gcc-4.4.5. Closes #34
This commit is contained in:
parent
c72f2613f0
commit
98257f7066
@ -19,6 +19,7 @@ static char rcsid[] = "@(#$Id: $ (C) 2005 J.F.Dockes";
|
||||
#endif
|
||||
#include "autoconfig.h"
|
||||
|
||||
#include <unistd.h>
|
||||
#include <sys/types.h>
|
||||
#include <string.h>
|
||||
|
||||
|
||||
@ -18,6 +18,8 @@
|
||||
#define _READFILE_H_INCLUDED_
|
||||
/* @(#$Id: readfile.h,v 1.3 2007-06-02 08:30:42 dockes Exp $ (C) 2004 J.F.Dockes */
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <string>
|
||||
using std::string;
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user