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

Commit 2ea98a36 authored by Tomasz Wasilczyk's avatar Tomasz Wasilczyk
Browse files

Add a missing include for char16_t

Also, fix clang-format error.

Bug: 270972142
Test: libsdvrpc_test_c from ag/21613883
Change-Id: I770eb76d339ae3c11b335734256c7cf2d069e5f3
parent aa8ea3f9
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;