summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/servconf.c
diff options
context:
space:
mode:
authorKevin Steves <stevesk@cvs.openbsd.org>2006-07-22 20:48:24 +0000
committerKevin Steves <stevesk@cvs.openbsd.org>2006-07-22 20:48:24 +0000
commitbcdacbe26d8de9891dc5bf9cd66c8f82d107cf02 (patch)
treea10a3892d873fbacbc15f8d9b70ced1608e1f89a /usr.bin/ssh/servconf.c
parent6073ef8d8e4e88b190ebbbb462ac189bda16c160 (diff)
move #include <string.h> out of includes.h
Diffstat (limited to 'usr.bin/ssh/servconf.c')
-rw-r--r--usr.bin/ssh/servconf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/ssh/servconf.c b/usr.bin/ssh/servconf.c
index 45caf42bb4b..cbde4804739 100644
--- a/usr.bin/ssh/servconf.c
+++ b/usr.bin/ssh/servconf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: servconf.c,v 1.159 2006/07/21 12:43:36 dtucker Exp $ */
+/* $OpenBSD: servconf.c,v 1.160 2006/07/22 20:48:23 stevesk Exp $ */
/*
* Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
* All rights reserved
@@ -16,6 +16,7 @@
#include <sys/socket.h>
#include <netdb.h>
+#include <string.h>
#include <unistd.h>
#include "ssh.h"