1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-14 22:06:14 +02:00

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>
This commit is contained in:
Elijah Newren 2018-08-15 10:54:08 -07:00 committed by Junio C Hamano
parent e730b81df6
commit 64e68a3b32

View File

@ -1,4 +1,6 @@
#ifndef URL_MATCH_H
#define URL_MATCH_H
#include "string-list.h"
struct url_info {