Need to include assert.h

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2366 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2009-12-17 15:01:22 +00:00
parent 13dfdf9a05
commit 06fb21e3b8
1 changed files with 1 additions and 0 deletions

View File

@ -49,6 +49,7 @@
#include <stdint.h>
#include <string.h>
#include <assert.h>
#include <errno.h>
#include <debug.h>