summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nuttx/fs/nfs/nfs_vfsops.c1
-rw-r--r--nuttx/include/cxx/cctype4
2 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/fs/nfs/nfs_vfsops.c b/nuttx/fs/nfs/nfs_vfsops.c
index fe7a77f0d..7a26b530e 100644
--- a/nuttx/fs/nfs/nfs_vfsops.c
+++ b/nuttx/fs/nfs/nfs_vfsops.c
@@ -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>
diff --git a/nuttx/include/cxx/cctype b/nuttx/include/cxx/cctype
index d029544ef..604bc2c23 100644
--- a/nuttx/include/cxx/cctype
+++ b/nuttx/include/cxx/cctype
@@ -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
//***************************************************************************