commit | 8267f0905bb938c6c8767c854bae546b6f21400c | [log] [tgz] |
---|---|---|
author | Seth Forshee <seth.forshee@canonical.com> | Thu Oct 24 14:14:32 2013 -0500 |
committer | Steven Rostedt <rostedt@goodmis.org> | Fri Oct 25 04:36:07 2013 -0400 |
tree | 6ba3ada86bcdaf25e0f6e755b9ff719c11ae4d15 | |
parent | de94ce7ebdf25ee53b2c754c1e4afa9bbb12285e [diff] |
Add missing libgen.h includes This is needed for basname(). Without the include the compiler may assume that basename() returns int, which leads to a segfault in some cases. Link: http://lkml.kernel.org/r/1382642074-15567-4-git-send-email-seth.forshee@canonical.com Signed-off-by: Seth Forshee <seth.forshee@canonical.com> Signed-off-by: Steven Rostedt <rostedt@goodmis.org>