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

Commit 46104b6f authored by Steven Moreland's avatar Steven Moreland Committed by Automerger Merge Worker
Browse files

Merge "Add a missing include for char16_t" am: 04d05a69 am: ac03b6e0

parents 8a8db246 ac03b6e0
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -26,11 +26,11 @@

#pragma once

#include <android/binder_status.h>
#include <stdbool.h>
#include <stddef.h>
#include <sys/cdefs.h>

#include <android/binder_status.h>
#include <uchar.h>

struct AIBinder;
typedef struct AIBinder AIBinder;