Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
urlmatch.h: fix include guard
author
Elijah Newren
<newren@gmail.com>
Wed, 15 Aug 2018 17:54:08 +0000
(10:54 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Wed, 15 Aug 2018 18:52:09 +0000
(11:52 -0700)
Reviewed-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Elijah Newren <newren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
urlmatch.h
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
e730b81
)
diff --git
a/urlmatch.h
b/urlmatch.h
index 37ee5da85e2dd3f0ba3ee12d0c515fa6def2a043..e482148248d2dac64656bd9a66af0bd6224ea929 100644
(file)
--- 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 {