diff options
author | Carl Worth <cworth@cworth.org> | 2007-04-28 07:46:15 -0700 |
---|---|---|
committer | Carl Worth <cworth@cworth.org> | 2007-04-28 07:46:15 -0700 |
commit | 422798db1d73c1a8ecc5877133b0325023f38e61 (patch) | |
tree | 8b87ed912221c54e20cbc6264f43a2a6b24ea841 /perf | |
parent | d89d8e6b45b7c13b77aa7c2f1c480f58429b08af (diff) |
cairo-perf-diff-files: Add missing include of libgen.h for basename
Diffstat (limited to 'perf')
-rw-r--r-- | perf/cairo-perf-diff-files.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perf/cairo-perf-diff-files.c b/perf/cairo-perf-diff-files.c index adbc63bf..108940de 100644 --- a/perf/cairo-perf-diff-files.c +++ b/perf/cairo-perf-diff-files.c @@ -38,6 +38,7 @@ #include <ctype.h> #include <math.h> #include <assert.h> +#include <libgen.h> typedef struct _test_report { int id; |