From 6b91b8d53be5b2333c3a8909d48a7a603aae4177 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Thu, 26 Jul 2001 19:22:24 +0000 Subject: Throughout, reorganize header file inclusion to put security.h prior to fhandler.h. * fhandler.h (fhandler_base::get_inheritance): New method. * fhandler_socket.cc (fhandler_socket::create_secret_event): Use proper close-on-exec inheritance when creating. (fhandler_socket::check_peer_secret_event): Create handle as non-inheritable. --- winsup/cygwin/syslog.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'winsup/cygwin/syslog.cc') diff --git a/winsup/cygwin/syslog.cc b/winsup/cygwin/syslog.cc index e728dfeb3..383848372 100644 --- a/winsup/cygwin/syslog.cc +++ b/winsup/cygwin/syslog.cc @@ -14,6 +14,7 @@ details. */ #include #include #include +#include "security.h" #include "fhandler.h" #include "dtable.h" #include "cygerrno.h" -- cgit v1.2.3