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

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

Fix include files in backtrace.h.

Change-Id: Iaaa98b12bbf231ea43ee12f5a3f5ba0a3e4a15d6
parent 9b0e074c
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