Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-05-18 22:39:11 +0400
committerChristopher Faylor <me@cgf.cx>2000-05-18 22:39:11 +0400
commite73a56e9827a6d9ea4066b8dd75e7838d440adf1 (patch)
tree3c0fa1151437cd0ced988b84710d8bb3e95e239d /winsup/utils/ps.cc
parent8126b13644bb9f6d854837665a1eb51ad485dbf9 (diff)
* Makefile.in: Eliminate WINSUP_DEPS.
* cygpath.cc: Reorganize includes to accomodate sys/cygwin.h changes. * mkgroup.c: Ditto. * mkpasswd.c: Ditto. * mount.cc: Ditto. Eliminate use of cygwin source specific includes. * ps.cc: Ditto. * cygwin.cc: Eliminate obsolete file.
Diffstat (limited to 'winsup/utils/ps.cc')
-rw-r--r--winsup/utils/ps.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/winsup/utils/ps.cc b/winsup/utils/ps.cc
index 4767a6ae0..cca56ac5f 100644
--- a/winsup/utils/ps.cc
+++ b/winsup/utils/ps.cc
@@ -9,14 +9,13 @@ Cygwin license. Please consult the file "CYGWIN_LICENSE" for
details. */
#include <stdio.h>
+#include <windows.h>
#include <time.h>
#include <getopt.h>
#include <unistd.h>
#include <stdlib.h>
#include <pwd.h>
#include <sys/cygwin.h>
-#include "winsup.h"
-#include "external.h"
static char *
start_time (external_pinfo *child)