mirror of
https://github.com/apache/nuttx.git
synced 2026-08-16 01:43:15 +00:00
Switching to C99 stdint.h types
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2340 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
a350286c7c
commit
eeec4073a9
85 changed files with 1405 additions and 1061 deletions
|
|
@ -41,7 +41,8 @@
|
|||
****************************************************************************/
|
||||
|
||||
#include <nuttx/config.h>
|
||||
#include <stddef.h> /* For size_t */
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Definitions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue