roken: include direct.h if HAVE_DIRECT_H
the prototype for "mkdir() on Windows is provided by direct.h. Change-Id: I15c1d8fcc6fe58ba763bae236e92cfac958c66d1
This commit is contained in:
@@ -260,6 +260,10 @@ struct sockaddr_dl;
|
|||||||
#include <dirent.h>
|
#include <dirent.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef HAVE_DIRECT_H
|
||||||
|
#include <direct.h>
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef BACKSLASH_PATH_DELIM
|
#ifdef BACKSLASH_PATH_DELIM
|
||||||
#define rk_PATH_DELIM '\\'
|
#define rk_PATH_DELIM '\\'
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user