forked from github/server
the new report writing did not work on linux right away. should be good now.
This commit is contained in:
parent
1f4ec6520b
commit
faa6f211f5
|
@ -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>
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue