Update utils.cpp

This commit is contained in:
Gabi Melman 2019-09-15 19:09:57 +03:00 committed by GitHub
parent 7f1a89e3f6
commit c188bee229
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
#include "includes.h"
#ifndef _WIN32
#include <sys/types.h>
#include <dirent.h>
#endif
void prepare_logdir()
{