Skip to content

Commit 882220b

Browse files
committed
examples: add missing include barriers
1 parent 4867523 commit 882220b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

examples/common.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
* with this software. If not, see
1212
* <http://creativecommons.org/publicdomain/zero/1.0/>.
1313
*/
14+
#ifndef INCLUDE_examples_common_h__
15+
#define INCLUDE_examples_common_h__
1416

1517
#include <sys/types.h>
1618
#include <sys/stat.h>
@@ -196,3 +198,5 @@ extern int cred_acquire_cb(git_cred **out,
196198
const char *username_from_url,
197199
unsigned int allowed_types,
198200
void *payload);
201+
202+
#endif

0 commit comments

Comments
 (0)