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:
rstone 2013-11-25 18:31:13 +00:00
parent 1492013721
commit 8c895a440f

View File

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