[openssh-commits] [openssh] 01/01: ssh-sk-client.c needs includes.h
git+noreply at mindrot.org
git+noreply at mindrot.org
Sat Dec 14 09:15:20 AEDT 2019
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit a33ab1688b5c460a7e2a301418241ce1b13b2638
Author: Damien Miller <djm at mindrot.org>
Date: Sat Dec 14 09:15:06 2019 +1100
ssh-sk-client.c needs includes.h
---
ssh-sk-client.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ssh-sk-client.c b/ssh-sk-client.c
index 35e26847..92ac0e7e 100644
--- a/ssh-sk-client.c
+++ b/ssh-sk-client.c
@@ -15,6 +15,8 @@
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
+#include "includes.h"
+
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/wait.h>
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list