the new report writing did not work on linux right away. should be good now.

This commit is contained in:
Enno Rehling 2005-04-27 13:06:35 +00:00
parent 1f4ec6520b
commit faa6f211f5
2 changed files with 2 additions and 0 deletions

View File

@ -76,6 +76,7 @@
/* libc includes */ /* libc includes */
#include <assert.h> #include <assert.h>
#include <ctype.h> #include <ctype.h>
#include <errno.h>
#include <string.h> #include <string.h>
#include <stdio.h> #include <stdio.h>
#include <time.h> #include <time.h>

View File

@ -64,6 +64,7 @@
#include <message.h> #include <message.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
#include <sys/stat.h>
#define dbgprintf(a) fprintf a; #define dbgprintf(a) fprintf a;
static FILE *bdebug; static FILE *bdebug;