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/passwd.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'winsup/cygwin/passwd.cc') diff --git a/winsup/cygwin/passwd.cc b/winsup/cygwin/passwd.cc index 6dd01295d..d5f8b1551 100644 --- a/winsup/cygwin/passwd.cc +++ b/winsup/cygwin/passwd.cc @@ -13,6 +13,8 @@ details. */ #include #include #include +#include "dtable.h" +#include "pinfo.h" /* Read /etc/passwd only once for better performance. This is done on the first call that needs information from it. */ -- cgit v1.2.3