pmc(3) does not document a dependency on <sys/types.h> but <pmc.h>

requires it, so include it explicitly from <pmc.h>.

MFC after:	1 month
This commit is contained in:
Ryan Stone 2013-11-25 18:31:13 +00:00
parent c9dc8f36d6
commit 9b605dd32e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=258572

View File

@ -30,6 +30,7 @@
#define _PMC_H_
#include <sys/cdefs.h>
#include <sys/types.h>
#include <sys/pmc.h>
/*