diff options
| author | Ramsay Jones <ramsay@ramsay1.demon.co.uk> | 2010-01-15 22:07:44 +0000 |
|---|---|---|
| committer | Ramsay Jones <ramsay@ramsay1.demon.co.uk> | 2010-01-20 20:13:07 +0000 |
| commit | cfe3a027ab12506d4144ee8a35669ae8fc4b7ab1 (patch) | |
| tree | 4f1355c91100d12f9e7202f91b245df0c110867c /tests/test_helpers.c | |
| parent | 960ca1d7799e02b72ca828373c3fff04e2cf0334 (diff) | |
| download | libgit2-cfe3a027ab12506d4144ee8a35669ae8fc4b7ab1.tar.gz | |
Use a 64 bit off_t throughout the library and tests on POSIX
Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>
Diffstat (limited to 'tests/test_helpers.c')
| -rw-r--r-- | tests/test_helpers.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_helpers.c b/tests/test_helpers.c index edc21d065..6829e2c49 100644 --- a/tests/test_helpers.c +++ b/tests/test_helpers.c @@ -23,6 +23,7 @@ * Boston, MA 02110-1301, USA. */ +#include "common.h" #include "test_helpers.h" #include "fileops.h" |
