Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Nov 2019 17:27:20 +0000 (UTC)
From:      Emmanuel Vadot <manu@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r354550 - head/lib/libpmc
Message-ID:  <201911081727.xA8HRK2J038978@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: manu
Date: Fri Nov  8 17:27:20 2019
New Revision: 354550
URL: https://svnweb.freebsd.org/changeset/base/354550

Log:
  libpmc: Forgot regex.h
  
  Reported by:	ci
  MFC after:	1 week
  X-MFC-With:	r354549

Modified:
  head/lib/libpmc/libpmc_pmu_util.c

Modified: head/lib/libpmc/libpmc_pmu_util.c
==============================================================================
--- head/lib/libpmc/libpmc_pmu_util.c	Fri Nov  8 16:56:48 2019	(r354549)
+++ head/lib/libpmc/libpmc_pmu_util.c	Fri Nov  8 17:27:20 2019	(r354550)
@@ -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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201911081727.xA8HRK2J038978>