perf arch x86: Add missing stdlib.h to get free() prototype

It was getting indirectly, out of luck, add it.
Signed-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent 743ef218
......@@ -2,6 +2,7 @@
#include <linux/types.h>
#include <linux/string.h>
#include <linux/zalloc.h>
#include <stdlib.h>
#include "../../../util/event.h"
#include "../../../util/synthetic-events.h"
......
......@@ -2,6 +2,7 @@
#include <linux/types.h>
#include <math.h>
#include <string.h>
#include <stdlib.h>
#include "../../../util/debug.h"
#include "../../../util/tsc.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment