]> git.proxmox.com Git - mirror_frr.git/commit - lib/frrstr.h
lib: Fix so that `--enable-pcreposix` actually compiles
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 16 Feb 2020 19:14:04 +0000 (14:14 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Sun, 16 Feb 2020 19:14:04 +0000 (14:14 -0500)
commitbeee9b4a26419a6a40194c24a8c2abc2cfdd371e
tree4cdde385c016e9bf0466ba6f732784ef79a7fc91
parent918379442516acc1d1b0c827bc0aa8beef672725
lib: Fix so that `--enable-pcreposix` actually compiles

The `--enable-pcreposix` configure option was not actually compiling
properly.  Follow pre-existing pattern for inclusion of regex.h
or the pcreposix.h header.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
lib/frrstr.c
lib/frrstr.h
lib/vty.c
lib/vty.h