Move include/nuttx/regex.h to include/nuttx/lib/regex.h

This commit is contained in:
Gregory Nutt
2016-07-21 13:42:18 -06:00
parent 10fff9011a
commit 72a45c82b7
4 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -60,7 +60,7 @@
#include <nuttx/fs/fs.h>
#include <nuttx/fs/procfs.h>
#include <nuttx/fs/dirent.h>
#include <nuttx/regex.h>
#include <nuttx/lib/regex.h>
#if !defined(CONFIG_DISABLE_MOUNTPOINT) && defined(CONFIG_FS_PROCFS)