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

Commit 143b3707 authored by Carl Shapiro's avatar Carl Shapiro
Browse files

Include stddef.h to make the size_t visible. Resolves a simulator

build break caused by a use of ashmem.h in an environment without
size_t.
parent 17128f6e
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -10,6 +10,7 @@
#ifndef _CUTILS_ASHMEM_H
#define _CUTILS_ASHMEM_H

#include <stddef.h>
#include <stdint.h>

#ifdef __cplusplus