diff options
| author | Vicent Martà <vicent@github.com> | 2013-03-12 09:23:53 -0700 |
|---|---|---|
| committer | Vicent Martà <vicent@github.com> | 2013-03-12 09:23:53 -0700 |
| commit | 1ac10aae1da23f4a626d8eecd636402572785426 (patch) | |
| tree | a315a5ed203ed12807b814b65e825923c536f38b /src/unix/posix.h | |
| parent | b70bf922a1de35722904930c42467e95c889562f (diff) | |
| parent | 62beacd300a6d3c62943723928f45ef852485e62 (diff) | |
| download | libgit2-1ac10aae1da23f4a626d8eecd636402572785426.tar.gz | |
Merge pull request #1408 from arrbee/refactor-iterators
Refactor iterators
Diffstat (limited to 'src/unix/posix.h')
| -rw-r--r-- | src/unix/posix.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unix/posix.h b/src/unix/posix.h index c738b531d..f4886c5d1 100644 --- a/src/unix/posix.h +++ b/src/unix/posix.h @@ -8,6 +8,7 @@ #define INCLUDE_posix__w32_h__ #include <stdio.h> +#include <sys/param.h> #define p_lstat(p,b) lstat(p,b) #define p_readlink(a, b, c) readlink(a, b, c) |
