mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-09-01 06:33:07 +00:00
apps/graphics/ft80x: Need to include errno.h.
This commit is contained in:
parent
62d6843cb3
commit
7d245e4b79
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@
|
|||
#include <stdint.h>
|
||||
#include <unistd.h>
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include <nuttx/lcd/ft80x.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue