libpmc: Forgot regex.h

Reported by:	ci
MFC after:	1 week
X-MFC-With:	r354549
This commit is contained in:
Emmanuel Vadot 2019-11-08 17:27:20 +00:00
parent a0ac5706af
commit f3dbece807
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=354550

View File

@ -34,6 +34,7 @@
#include <stddef.h>
#include <stdlib.h>
#include <limits.h>
#include <regex.h>
#include <string.h>
#include <pmc.h>
#include <pmclog.h>