summaryrefslogtreecommitdiff
path: root/nchan.c
diff options
context:
space:
mode:
Diffstat (limited to 'nchan.c')
-rw-r--r--nchan.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nchan.c b/nchan.c
index 78908c3c6..ad461f4af 100644
--- a/nchan.c
+++ b/nchan.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: nchan.c,v 1.56 2006/07/22 20:48:23 stevesk Exp $ */ 1/* $OpenBSD: nchan.c,v 1.57 2006/08/03 03:34:42 deraadt 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 *
@@ -30,6 +30,7 @@
30 30
31#include <errno.h> 31#include <errno.h>
32#include <string.h> 32#include <string.h>
33#include <stdarg.h>
33 34
34#include "ssh1.h" 35#include "ssh1.h"
35#include "ssh2.h" 36#include "ssh2.h"