diff options
| author | Vicent Marti <tanoku@gmail.com> | 2010-12-06 23:03:16 +0200 |
|---|---|---|
| committer | Vicent Marti <tanoku@gmail.com> | 2010-12-06 23:03:16 +0200 |
| commit | 44908fe763b1a2097b65c86130ac679c458df7d2 (patch) | |
| tree | d4b2e597ec985cabff2236895c4515100a5063e4 /tests/t0101-hash.c | |
| parent | d12299fe22e549a20e632668fdbe13cab9def9df (diff) | |
| download | libgit2-44908fe763b1a2097b65c86130ac679c458df7d2.tar.gz | |
Change the library include file
Libgit2 is now officially include as
#include "<git2.h>"
or indidividual files may be included as
#include <git2/index.h>
Signed-off-by: Vicent Marti <tanoku@gmail.com>
Diffstat (limited to 'tests/t0101-hash.c')
| -rw-r--r-- | tests/t0101-hash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/t0101-hash.c b/tests/t0101-hash.c index 6e9df7119..84f15f725 100644 --- a/tests/t0101-hash.c +++ b/tests/t0101-hash.c @@ -1,6 +1,6 @@ #include "test_lib.h" #include "hash.h" -#include <git/oid.h> +#include <git2/oid.h> static char *hello_id = "22596363b3de40b06f981fb85d82312e8c0ed511"; static char *hello_text = "hello world\n"; |
