forked from Archive/PX4-Autopilot
hpttd.h needs to include stdbool.h
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5179 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
c9bb9dd995
commit
5b51b5e3a4
|
@ -46,6 +46,9 @@
|
|||
|
||||
#include <nuttx/net/uip/uip.h>
|
||||
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
****************************************************************************/
|
||||
|
|
Loading…
Reference in New Issue