summaryrefslogtreecommitdiff
path: root/nchan.c
diff options
context:
space:
mode:
Diffstat (limited to 'nchan.c')
-rw-r--r--nchan.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/nchan.c b/nchan.c
index 1f4b39671..58b0e98d5 100644
--- a/nchan.c
+++ b/nchan.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: nchan.c,v 1.53 2006/03/25 13:17:02 djm Exp $ */ 1/* $OpenBSD: nchan.c,v 1.54 2006/07/08 21:47:12 stevesk Exp $ */
2/* 2/*
3 * Copyright (c) 1999, 2000, 2001, 2002 Markus Friedl. All rights reserved. 3 * Copyright (c) 1999, 2000, 2001, 2002 Markus Friedl. All rights reserved.
4 * 4 *
@@ -25,6 +25,9 @@
25 25
26#include "includes.h" 26#include "includes.h"
27 27
28#include <sys/types.h>
29#include <sys/socket.h>
30
28#include "ssh1.h" 31#include "ssh1.h"
29#include "ssh2.h" 32#include "ssh2.h"
30#include "buffer.h" 33#include "buffer.h"