summaryrefslogtreecommitdiff
path: root/urlmatch.h
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2018-08-15 17:54:08 (GMT)
committerJunio C Hamano <gitster@pobox.com>2018-08-15 18:52:09 (GMT)
commit64e68a3b326fe766b190152968572f972d25510c (patch)
tree72595d34d6957b65b98bf8b92a2b65f09684669d /urlmatch.h
parente730b81df6bff6f78ecd705a1f8e5df48cac75ca (diff)
downloadgit-64e68a3b326fe766b190152968572f972d25510c.zip
git-64e68a3b326fe766b190152968572f972d25510c.tar.gz
git-64e68a3b326fe766b190152968572f972d25510c.tar.bz2
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>
Diffstat (limited to 'urlmatch.h')
-rw-r--r--urlmatch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/urlmatch.h b/urlmatch.h
index 37ee5da..e482148 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 {