mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-03 05:09:03 +00:00
webclient.h: Avoid relying on indirect inclusion
Include stdint.h for uint16_t explicitly. This was necessary when I was trying to build this natively on Ubuntu. It seems some other headers happen to pull the uint16_t definition by luck on NuttX and macOS.
This commit is contained in:
parent
a563014646
commit
5e3a3dae10
1 changed files with 1 additions and 0 deletions
|
|
@ -49,6 +49,7 @@
|
|||
#include <nuttx/config.h>
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdint.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
/****************************************************************************
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue