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

Commit 5218065d authored by Mark Salyzyn's avatar Mark Salyzyn Committed by Gerrit Code Review
Browse files

Merge "app_main missing include for sys/stat.h"

parents 6091dcbb fc737fb7
Loading
Loading
Loading
Loading
+6 −5
Original line number Diff line number Diff line
@@ -7,6 +7,12 @@

#define LOG_TAG "appproc"

#include <stdio.h>
#include <stdlib.h>
#include <sys/prctl.h>
#include <sys/stat.h>
#include <unistd.h>

#include <binder/IPCThreadState.h>
#include <binder/ProcessState.h>
#include <utils/Log.h>
@@ -17,11 +23,6 @@
#include <android_runtime/AndroidRuntime.h>
#include <private/android_filesystem_config.h>  // for AID_SYSTEM

#include <stdlib.h>
#include <stdio.h>
#include <unistd.h>
#include <sys/prctl.h>

namespace android {

static void app_usage()