diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-05 11:41:04 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-12-05 11:41:04 +0000 |
commit | 4ce4f76ea90ddd8879f53d5ef4d9ff6bb82eb5f0 (patch) | |
tree | a84b60638550f8c515be135597948b09f565e1bb /win32/win32.h | |
parent | 7a958ec31151f9d03a26dcab8abdf5c57315dc96 (diff) | |
download | perl-4ce4f76ea90ddd8879f53d5ef4d9ff6bb82eb5f0.tar.gz |
windows build tweaks for Borland compiler
p4raw-id: //depot/perl@4654
Diffstat (limited to 'win32/win32.h')
-rw-r--r-- | win32/win32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/win32.h b/win32/win32.h index d3224f1e61..50b4f1936c 100644 --- a/win32/win32.h +++ b/win32/win32.h @@ -167,6 +167,7 @@ struct utsname { #define _access access #define _chdir chdir +#define _getpid getpid #include <sys/types.h> #ifndef DllMain |