fix 'make dist', works now (besides ParadisEO).

This commit is contained in:
kuepper 2004-09-21 10:23:33 +00:00
commit 5150bd4888
12 changed files with 79 additions and 85 deletions

View file

@ -3,8 +3,11 @@
#pragma warning(disable:4786)
#endif
#include <ctime>
#ifdef HAVE_CONFIG_H
#include <config.h>
#endif
#include <ctime>
#ifdef HAVE_SSTREAM
#include <sstream>
#else