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

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

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

* commit 'd6f9be1b':
  Fix include files in backtrace.h.
parents adbb3352 d6f9be1b
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