1 changed files with
3 additions and
0 deletions
|
|
@ -1,6 +1,9 @@
|
|
|
|
#include "includes.h"
|
|
|
|
#include "includes.h"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef _WIN32
|
|
|
|
#include <sys/types.h>
|
|
|
|
#include <sys/types.h>
|
|
|
|
#include <dirent.h>
|
|
|
|
#include <dirent.h>
|
|
|
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
|
|
void prepare_logdir()
|
|
|
|
void prepare_logdir()
|
|
|
|
{
|
|
|
|
{
|
|
|
|