summaryrefslogtreecommitdiff
path: root/canohost.c
diff options
context:
space:
mode:
Diffstat (limited to 'canohost.c')
-rw-r--r--canohost.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/canohost.c b/canohost.c
index 6ca60e6b4..76b0bee02 100644
--- a/canohost.c
+++ b/canohost.c
@@ -12,7 +12,9 @@
12 */ 12 */
13 13
14#include "includes.h" 14#include "includes.h"
15RCSID("$OpenBSD: canohost.c,v 1.48 2005/12/28 22:46:06 stevesk Exp $"); 15RCSID("$OpenBSD: canohost.c,v 1.49 2006/02/22 00:04:44 stevesk Exp $");
16
17#include <ctype.h>
16 18
17#include "packet.h" 19#include "packet.h"
18#include "xmalloc.h" 20#include "xmalloc.h"