summaryrefslogtreecommitdiffstats
path: root/monitor.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-07-10 13:08:34 +0200
committerDamien Miller <djm@mindrot.org>2006-07-10 13:08:34 +0200
commite33b60343b7cef82ec229d7bfec008d3a932f2ad (patch)
tree66cd300aaf85429bfe06d6b46e84ac259901bb5c /monitor.c
parent - stevesk@cvs.openbsd.org 2006/07/08 21:47:12 (diff)
downloadopenssh-e33b60343b7cef82ec229d7bfec008d3a932f2ad.tar.xz
openssh-e33b60343b7cef82ec229d7bfec008d3a932f2ad.zip
- stevesk@cvs.openbsd.org 2006/07/08 21:48:53
[monitor.c session.c] missed these from last commit: move #include <sys/socket.h> out of includes.h
Diffstat (limited to 'monitor.c')
-rw-r--r--monitor.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/monitor.c b/monitor.c
index 4a295d312..f01f921ae 100644
--- a/monitor.c
+++ b/monitor.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: monitor.c,v 1.78 2006/07/06 16:03:53 stevesk Exp $ */
+/* $OpenBSD: monitor.c,v 1.79 2006/07/08 21:48:53 stevesk Exp $ */
/*
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
* Copyright 2002 Markus Friedl <markus@openbsd.org>
@@ -30,6 +30,7 @@
#include <sys/types.h>
#include <sys/socket.h>
#include <sys/wait.h>
+#include <sys/socket.h>
#ifdef HAVE_PATHS_H
#include <paths.h>