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

Commit ffcf5b1e authored by Ben Wagner's avatar Ben Wagner
Browse files

Include <stdint.h> in NDK font headers

Both `font.h` and `font_matcher.h` use `uint16_t` and `uint32_t`.
These come from `stdint.h` which should be explicitly included.

Change-Id: I08d96d9d7a1e661a467a70969182bcbe6d47b4fc
parent 2607219c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -31,6 +31,7 @@

#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <sys/cdefs.h>

/******************************************************************
+1 −0
Original line number Diff line number Diff line
@@ -75,6 +75,7 @@

#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#include <sys/cdefs.h>

#include <android/font.h>