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

This commit is contained in:
Gregory Nutt 2016-07-21 13:42:06 -06:00
parent a15bd864f5
commit f87893b514
2 changed files with 2 additions and 2 deletions

View File

@ -47,7 +47,7 @@
#include <string.h>
#include <errno.h>
#include <nuttx/regex.h>
#include <nuttx/lib/regex.h>
#include "config.h"

View File

@ -60,7 +60,7 @@
#include <errno.h>
#include <debug.h>
#include <nuttx/regex.h>
#include <nuttx/lib/regex.h>
#include "netutils/thttpd.h"
#include "config.h"