diff options
Diffstat (limited to 'src/config_parse.h')
-rw-r--r-- | src/config_parse.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/config_parse.h b/src/config_parse.h index 6c1863952..d14a8e60c 100644 --- a/src/config_parse.h +++ b/src/config_parse.h @@ -4,6 +4,8 @@ * This file is part of libgit2, distributed under the GNU GPL v2 with * a Linking Exception. For full terms see the included COPYING file. */ +#ifndef INCLUDE_config_parse_h__ +#define INCLUDE_config_parse_h__ #include "common.h" #include "array.h" @@ -58,3 +60,5 @@ int git_config_parse( git_config_parser_comment_cb on_comment, git_config_parser_eof_cb on_eof, void *data); + +#endif |