There were some changes which broke my NuttX-Build. With these two patches it builds again. From Manuel Stühn

This commit is contained in:
Gregory Nutt 2015-01-01 15:56:25 -06:00
parent 84519f8077
commit e9cec9057b
2 changed files with 5 additions and 0 deletions

View File

@ -69,6 +69,7 @@
#include <nuttx/fs/fs.h>
#include <nuttx/fs/nfs.h>
#include <nuttx/net/udp.h>
#include <nuttx/net/arp.h>
#include <nuttx/net/netconfig.h>
#include <net/if.h>

View File

@ -44,6 +44,8 @@
// Remove macros in favor of builtin implementations
#if !defined(CONFIG_UCLIBCXX)
#undef isalnum
#undef isalpha
#undef iscntrl
@ -58,6 +60,8 @@
#undef tolower
#undef toupper
#endif
//***************************************************************************
// Namespace
//***************************************************************************