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

Commit e2a3d37c authored by Dan Albert's avatar Dan Albert Committed by Android Git Automerger
Browse files

am 219e867f: am 7f8ebb81: am 30291f21: Merge "Add missing headers"

* commit '219e867f':
  Add missing headers
parents 3db03a5a 219e867f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@
#define _BACKTRACE_BACKTRACE_MAP_H

#include <stdint.h>
#include <sys/types.h>
#ifdef USE_MINGW
// MINGW does not define these constants.
#define PROT_NONE 0
+1 −0
Original line number Diff line number Diff line
@@ -15,6 +15,7 @@
 */

#include <pthread.h>
#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>