am 7d92ae6d: am 5b3be618: am 70de9c0d: Merge "include direct.h for _mkdir" into lmp-dev

* commit '7d92ae6d973cd93cf9034c2f38b964b329ca2eaf':
  include direct.h for _mkdir
This commit is contained in:
Stephen Hines
2014-10-01 23:14:53 +00:00
committed by Android Git Automerger
2 changed files with 4 additions and 0 deletions

View File

@@ -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;

View File

@@ -16,6 +16,7 @@
#ifdef HAVE_MS_C_RUNTIME
#include <io.h>
#include <direct.h>
#include <sys/stat.h>
#endif