summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/pinfo.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2003-09-16 03:39:55 +0000
committerChristopher Faylor <me@cgf.cx>2003-09-16 03:39:55 +0000
commit2bfdb22e236bbf11f46b974ef7c00af44a640fd9 (patch)
tree7fb8e427c4d5b762b60e8a71dc76b373b68c44ad /winsup/cygwin/pinfo.cc
parent8ec37f21680447bf30b37a0e2d7338162f9ca60e (diff)
downloadcygnal-2bfdb22e236bbf11f46b974ef7c00af44a640fd9.tar.gz
cygnal-2bfdb22e236bbf11f46b974ef7c00af44a640fd9.tar.bz2
cygnal-2bfdb22e236bbf11f46b974ef7c00af44a640fd9.zip
* getopt.cc (opterr): Reinstate initialization.
(optind): Ditto. (optopt): Ditto. * pinfo.cc: Include cygheap.h or suffer compile error. * shared.h: Reset magic number.
Diffstat (limited to 'winsup/cygwin/pinfo.cc')
-rw-r--r--winsup/cygwin/pinfo.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/pinfo.cc b/winsup/cygwin/pinfo.cc
index a1f068c2f..eabf6a92c 100644
--- a/winsup/cygwin/pinfo.cc
+++ b/winsup/cygwin/pinfo.cc
@@ -27,6 +27,7 @@ details. */
#include "ntdll.h"
#include "cygthread.h"
#include "shared_info.h"
+#include "cygheap.h"
static char NO_COPY pinfo_dummy[sizeof (_pinfo)] = {0};