]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - tools/perf/util/debug.c
perf tools: Add missing headers, mostly stdlib.h
[linux.git] / tools / perf / util / debug.c
index 3d6459626c2af826dc8a4537c3b51bf95063f10c..3780fe42453b7537affd07d1b59e4126500b06fb 100644 (file)
@@ -7,6 +7,7 @@
 #include <string.h>
 #include <stdarg.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <sys/wait.h>
 #include <api/debug.h>
 #include <linux/time64.h>
@@ -21,7 +22,7 @@
 #include "util.h"
 #include "target.h"
 
-#include "sane_ctype.h"
+#include <linux/ctype.h>
 
 int verbose;
 bool dump_trace = false, quiet = false;