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
@@ -39,7 +39,7 @@
****************************************************************************/
#include <string.h>
#include <nuttx/regex.h>
#include <nuttx/lib/regex.h>
/****************************************************************************
* Private Functions