gcc 4.4 includes fixes

This commit is contained in:
dockes 2009-04-27 08:05:03 +00:00
parent 66eeea4526
commit f1b0fcdee6
2 changed files with 2 additions and 0 deletions

View File

@ -28,6 +28,7 @@
* edited for clarity and style only.
*/
#ifndef TEST_MD5
#include <stdio.h>
#include <string.h>
#include "md5.h"

View File

@ -28,6 +28,7 @@ static char rcsid[] = "@(#$Id: readfile.cpp,v 1.9 2008-12-08 11:22:58 dockes Exp
#define O_STREAMING 0
#endif
#include <errno.h>
#include <cstdio>
#include <cstring>
#include <string>