]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
ssh-sk-client.c needs includes.h
authorDamien Miller <djm@mindrot.org>
Fri, 13 Dec 2019 22:15:06 +0000 (09:15 +1100)
committerDamien Miller <djm@mindrot.org>
Fri, 13 Dec 2019 22:15:06 +0000 (09:15 +1100)
ssh-sk-client.c

index 35e268472a52be3659b4c085e8488e24cd90bf3b..92ac0e7e1dd6ad56017e2ae7c9efee87042a8d43 100644 (file)
@@ -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>