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

Commit 04d05a69 authored by Steven Moreland's avatar Steven Moreland Committed by Gerrit Code Review
Browse files

Merge "Add a missing include for char16_t"

parents 589958c2 2ea98a36
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;