]> asedeno.scripts.mit.edu Git - linux.git/blobdiff - tools/perf/util/target.c
perf tools: Add missing headers, mostly stdlib.h
[linux.git] / tools / perf / util / target.c
index 3852d07c49bdf7bc9ddff26cb20957b9b214263f..3adc6548034971bd45e276a558560213306b5b93 100644 (file)
@@ -10,9 +10,9 @@
 #include "debug.h"
 
 #include <pwd.h>
+#include <stdlib.h>
 #include <string.h>
 
-
 enum target_errno target__validate(struct target *target)
 {
        enum target_errno ret = TARGET_ERRNO__SUCCESS;