diff options
| author | Edward Thomson <ethomson@edwardthomson.com> | 2023-05-13 17:11:56 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-13 17:11:56 +0100 |
| commit | 9d41a3fd694d983ade53fb602a58f6df25ce0656 (patch) | |
| tree | 73fb6759a3138023f85654e38dcac1fb9cc4c7ad /src/libgit2/streams/socket.h | |
| parent | 905e4d19c2c401cef3964c2e28bf64b0dad77331 (diff) | |
| parent | 8f695c806bac2b044f102c55b802e44f2d30ca01 (diff) | |
| download | libgit2-9d41a3fd694d983ade53fb602a58f6df25ce0656.tar.gz | |
Merge pull request #6535 from libgit2/ethomson/timeouts
Diffstat (limited to 'src/libgit2/streams/socket.h')
| -rw-r--r-- | src/libgit2/streams/socket.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libgit2/streams/socket.h b/src/libgit2/streams/socket.h index 300e70893..73e8de099 100644 --- a/src/libgit2/streams/socket.h +++ b/src/libgit2/streams/socket.h @@ -9,7 +9,7 @@ #include "common.h" -#include "netops.h" +#include "stream.h" typedef struct { git_stream parent; |
