summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ssh-sk-client.c2
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>