diff options
| author | Elijah Newren <newren@gmail.com> | 2018-08-15 10:54:08 -0700 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2018-08-15 11:52:09 -0700 |
| commit | 64e68a3b326fe766b190152968572f972d25510c (patch) | |
| tree | 72595d34d6957b65b98bf8b92a2b65f09684669d | |
| parent | Move definition of enum branch_track from cache.h to branch.h (diff) | |
| download | git-64e68a3b326fe766b190152968572f972d25510c.tar.gz git-64e68a3b326fe766b190152968572f972d25510c.zip | |
urlmatch.h: fix include guard
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
| -rw-r--r-- | urlmatch.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/urlmatch.h b/urlmatch.h index 37ee5da85e..e482148248 100644 --- a/urlmatch.h +++ b/urlmatch.h @@ -1,4 +1,6 @@ #ifndef URL_MATCH_H +#define URL_MATCH_H + #include "string-list.h" struct url_info { |
