diff options
author | Damien Miller <djm@mindrot.org> | 2019-12-14 09:15:06 +1100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2019-12-14 09:15:06 +1100 |
commit | a33ab1688b5c460a7e2a301418241ce1b13b2638 (patch) | |
tree | 5c213bc82c7ef228d03305007ada7d2ef4bd5731 /ssh-sk-client.c | |
parent | 633778d567ad50b63d2a3bca5e1b97d279d236d9 (diff) |
ssh-sk-client.c needs includes.h
Diffstat (limited to 'ssh-sk-client.c')
-rw-r--r-- | ssh-sk-client.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ssh-sk-client.c b/ssh-sk-client.c index 35e268472..92ac0e7e1 100644 --- a/ssh-sk-client.c +++ b/ssh-sk-client.c | |||
@@ -15,6 +15,8 @@ | |||
15 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. | 15 | * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. |
16 | */ | 16 | */ |
17 | 17 | ||
18 | #include "includes.h" | ||
19 | |||
18 | #include <sys/types.h> | 20 | #include <sys/types.h> |
19 | #include <sys/socket.h> | 21 | #include <sys/socket.h> |
20 | #include <sys/wait.h> | 22 | #include <sys/wait.h> |