Commit 3738d40e authored by David Miller's avatar David Miller Committed by Arnaldo Carvalho de Melo

perf symbols: Do not include libgen.h

That causes us to end up using the XPG version of basename which can
modify it's argument.
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
Link: http://lkml.kernel.org/r/20120327.000301.1122788061724345175.davem@davemloft.netSigned-off-by: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent fa30c964
#include <dirent.h>
#include <errno.h>
#include <libgen.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.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