diff options
-rw-r--r-- | src/Shell.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Shell.c b/src/Shell.c index 82616ef..027448b 100644 --- a/src/Shell.c +++ b/src/Shell.c @@ -93,6 +93,10 @@ in this Software without prior written authorization from The Open Group. #include <X11/Xmu/Editres.h> #endif +#ifdef WIN32 +#include <process.h> /* for getpid() */ +#endif + /*************************************************************************** * * Note: per the Xt spec, the Shell geometry management assumes in |