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

Commit aca6a4c8 authored by Christopher Ferris's avatar Christopher Ferris Committed by Android Git Automerger
Browse files

am 5e860ce2: am d6f9be1b: Merge "Fix include files in backtrace.h."

* commit '5e860ce2':
  Fix include files in backtrace.h.
parents dee1842d 5e860ce2
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -17,9 +17,9 @@
#ifndef _BACKTRACE_H
#define _BACKTRACE_H

#include <sys/types.h>
#include <stdint.h>
#include <stdbool.h>
#include <inttypes.h>
#include <sys/types.h>

__BEGIN_DECLS