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>
|
||||
#endif
|
||||
|
||||
#ifdef HAVE_DIRECT_H
|
||||
#include <direct.h>
|
||||
#endif
|
||||
|
||||
#ifdef BACKSLASH_PATH_DELIM
|
||||
#define rk_PATH_DELIM '\\'
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user