diff options
| author | Etienne Samson <samson.etienne@gmail.com> | 2019-11-06 11:08:23 +0100 |
|---|---|---|
| committer | Etienne Samson <samson.etienne@gmail.com> | 2019-11-06 11:08:23 +0100 |
| commit | cd5e33fbc2d11477aad954a6f343e791fdc7ef85 (patch) | |
| tree | 570b274c880395de39a5d53915395ea83e2bb065 /examples/common.h | |
| parent | 882220bf116677ff6b89218a5c8bb618463013f4 (diff) | |
| download | libgit2-cd5e33fbc2d11477aad954a6f343e791fdc7ef85.tar.gz | |
global: DRY includes of assert.h
Diffstat (limited to 'examples/common.h')
| -rw-r--r-- | examples/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/common.h b/examples/common.h index 4f0181e38..3657e539b 100644 --- a/examples/common.h +++ b/examples/common.h @@ -14,6 +14,7 @@ #ifndef INCLUDE_examples_common_h__ #define INCLUDE_examples_common_h__ +#include <assert.h> #include <sys/types.h> #include <sys/stat.h> #include <stdio.h> |
