From e2ebe11776cc41f91fe14d695ff9902fa9a58cb7 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 12 Aug 2000 05:35:42 +0000 Subject: * winsup.h: Split out dtable definitions into separate header file. * dtable.h: New file. * sigproc.h: Eliminate pinfo.h usage here. Use it in source files that need it. --- 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 50ef80b..b0c4789 100644 --- a/winsup/cygwin/syslog.cc +++ b/winsup/cygwin/syslog.cc @@ -14,6 +14,7 @@ details. */ #include #include #include +#include "dtable.h" /* FIXME: These should probably be in the registry. */ /* FIXME: The Win95 path should be whatever slash is */ -- cgit v1.1