Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5b3be618 authored by Stephen Hines's avatar Stephen Hines Committed by Android Git Automerger
Browse files

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

* commit '70de9c0d':
  include direct.h for _mkdir
parents f7d4eb52 70de9c0d
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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;

+1 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@

#ifdef HAVE_MS_C_RUNTIME
#include <io.h>
#include <direct.h>
#include <sys/stat.h>
#endif