From bccd5e0d8530b8ba4d5388d7de6a86c0267e5be8 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 22 Aug 2000 05:10:20 +0000 Subject: * winsup.h: Eliminate inclusion of most of the cygwin .h files. Use .h files only in sources which require them. * Makefile.in: Generate dependencies with -MD option. --- winsup/cygwin/syslog.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'winsup/cygwin/syslog.cc') diff --git a/winsup/cygwin/syslog.cc b/winsup/cygwin/syslog.cc index 3a79269..48b0d66 100644 --- a/winsup/cygwin/syslog.cc +++ b/winsup/cygwin/syslog.cc @@ -14,8 +14,10 @@ details. */ #include #include #include +#include "fhandler.h" #include "dtable.h" #include "cygerrno.h" +#include "thread.h" /* FIXME: These should probably be in the registry. */ /* FIXME: The Win95 path should be whatever slash is */ -- cgit v1.1