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

Commit e57912da authored by Christopher Ferris's avatar Christopher Ferris
Browse files

Fix include files in backtrace.h.

(cherry picked from commit 08932582)

Change-Id: I37a78a9472b94ae84a84d871bfa9a070ff882699
parent a2d1469c
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