Merge "include direct.h for _mkdir" into lmp-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
70de9c0d58
@ -12,6 +12,9 @@
|
||||
#include <sys/stat.h>
|
||||
#include <stdio.h>
|
||||
#include "Images.h"
|
||||
#ifdef HAVE_MS_C_RUNTIME
|
||||
#include <direct.h>
|
||||
#endif
|
||||
|
||||
using namespace android;
|
||||
|
||||
|
@ -16,6 +16,7 @@
|
||||
|
||||
#ifdef HAVE_MS_C_RUNTIME
|
||||
#include <io.h>
|
||||
#include <direct.h>
|
||||
#include <sys/stat.h>
|
||||
#endif
|
||||
|
||||
|
Reference in New Issue
Block a user