Fixes for l3s, USB composite, nfsmount, apps context build problems

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5458 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2012-12-24 17:49:58 +00:00
parent 9d73fa6ced
commit a66f6e6d12
3 changed files with 18 additions and 2 deletions

View File

@@ -45,10 +45,13 @@
#include <stdint.h>
#include <stdbool.h>
#include <string.h>
#include <unistd.h>
#include <errno.h>
#include <debug.h>
#include <nuttx/fs/nfs.h>
#include "nsh.h"
#include "nsh_console.h"