summaryrefslogtreecommitdiff
path: root/nuttx/include/nuttx/addrenv.h
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-09-24 07:29:09 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-09-24 07:29:09 -0600
commitafb3f6070fd68709530e9c10aa53b53488f575b8 (patch)
tree35c56b8aeeaffba4b7d8544ef77bdea3d4031538 /nuttx/include/nuttx/addrenv.h
parentb09d57f7fbf5bdf2b96a46707ef3db069f5bccbf (diff)
downloadnuttx-afb3f6070fd68709530e9c10aa53b53488f575b8.tar.gz
nuttx-afb3f6070fd68709530e9c10aa53b53488f575b8.tar.bz2
nuttx-afb3f6070fd68709530e9c10aa53b53488f575b8.zip
Move include/nuttx/mm.h to include/nuttx/mm/mm.h
Diffstat (limited to 'nuttx/include/nuttx/addrenv.h')
-rw-r--r--nuttx/include/nuttx/addrenv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/include/nuttx/addrenv.h b/nuttx/include/nuttx/addrenv.h
index 4aaa2d550..0cb854376 100644
--- a/nuttx/include/nuttx/addrenv.h
+++ b/nuttx/include/nuttx/addrenv.h
@@ -44,7 +44,7 @@
#ifdef CONFIG_BUILD_KERNEL
# include <signal.h>
-# include <nuttx/mm.h>
+# include <nuttx/mm/mm.h>
#endif
#ifdef CONFIG_ARCH_ADDRENV