Skip to content

Commit

Permalink
Include mailmap.h in mailmap.c to catch mailmap interface changes
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Riesen <raa.lkml@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Alex Riesen authored and Junio C Hamano committed Apr 30, 2007
1 parent e44b5d1 commit fe5d30b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mailmap.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "cache.h"
#include "path-list.h"
#include "mailmap.h"

int read_mailmap(struct path_list *map, const char *filename, char **repo_abbrev)
{
Expand Down

0 comments on commit fe5d30b

Please sign in to comment.