diff options
Diffstat (limited to 'src/filebuf.h')
| -rw-r--r-- | src/filebuf.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/filebuf.h b/src/filebuf.h index 5f9d4ad9d..19e17975b 100644 --- a/src/filebuf.h +++ b/src/filebuf.h @@ -40,6 +40,7 @@ struct git_filebuf { size_t buf_size, buf_pos; git_file fd; + bool fd_is_open; int last_error; }; |
