From f0338f545d769143f542338b4d61f771b5a87f93 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 8 Sep 2000 02:56:55 +0000 Subject: Break out more header info into separate files. Use appropriate header files throughout. * shared.h: Remove. * cygwin_version.h: New file. * delqueue.h: New file. * environ.h: New file. * host_dependent.h: New file. * perprocess.h: New file. * registry.h: New file. * security.h: New file. --- winsup/cygwin/delqueue.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'winsup/cygwin/delqueue.cc') diff --git a/winsup/cygwin/delqueue.cc b/winsup/cygwin/delqueue.cc index a08b24aef..3073d02cb 100644 --- a/winsup/cygwin/delqueue.cc +++ b/winsup/cygwin/delqueue.cc @@ -9,6 +9,7 @@ Cygwin license. Please consult the file "CYGWIN_LICENSE" for details. */ #include "winsup.h" +#include "shared_info.h" /* FIXME: this delqueue module is very flawed and should be rewritten. First, having an array of a fixed size for keeping track of the -- cgit v1.2.3