mirror of
https://github.com/libgit2/libgit2.git
synced 2026-06-22 06:26:26 +00:00
examples: add missing include barriers
This commit is contained in:
@@ -11,6 +11,8 @@
|
||||
* with this software. If not, see
|
||||
* <http://creativecommons.org/publicdomain/zero/1.0/>.
|
||||
*/
|
||||
#ifndef INCLUDE_examples_common_h__
|
||||
#define INCLUDE_examples_common_h__
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
@@ -196,3 +198,5 @@ extern int cred_acquire_cb(git_cred **out,
|
||||
const char *username_from_url,
|
||||
unsigned int allowed_types,
|
||||
void *payload);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user