diff --git a/examples/common.h b/examples/common.h
index 2ad897bca..4f0181e38 100644
--- a/examples/common.h
+++ b/examples/common.h
@@ -11,6 +11,8 @@
* with this software. If not, see
* .
*/
+#ifndef INCLUDE_examples_common_h__
+#define INCLUDE_examples_common_h__
#include
#include
@@ -196,3 +198,5 @@ extern int cred_acquire_cb(git_cred **out,
const char *username_from_url,
unsigned int allowed_types,
void *payload);
+
+#endif