From 421419fdbfeb7340f00389d114ab6ae4227d89d9 Mon Sep 17 00:00:00 2001 From: Robert Roth Date: Fri, 26 Jun 2015 03:10:51 +0300 Subject: [PATCH] Fixed build problem with procmap example --- examples/procmap.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/procmap.c b/examples/procmap.c index e451eeb2..b32555bd 100644 --- a/examples/procmap.c +++ b/examples/procmap.c @@ -39,6 +39,8 @@ #include #include +#include + #ifndef PROFILE_COUNT #define PROFILE_COUNT 1 #endif