Skip to content

Commit

Permalink
urlmatch.h: fix include guard
Browse files Browse the repository at this point in the history
Reviewed-by: Jonathan Nieder <[email protected]>
Signed-off-by: Elijah Newren <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
newren authored and gitster committed Aug 15, 2018
1 parent e730b81 commit 64e68a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions urlmatch.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#ifndef URL_MATCH_H
#define URL_MATCH_H

#include "string-list.h"

struct url_info {
Expand Down

0 comments on commit 64e68a3

Please sign in to comment.