projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9160fdb
)
OS/2: more missing headers from John Poltorak.
author
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 29 May 2002 11:53:12 +0000
(11:53 +0000)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Wed, 29 May 2002 11:53:12 +0000
(11:53 +0000)
p4raw-id: //depot/perl@16852
os2/os2ish.h
patch
|
blob
|
history
diff --git
a/os2/os2ish.h
b/os2/os2ish.h
index
360da42
..
96c0273
100644
(file)
--- a/
os2/os2ish.h
+++ b/
os2/os2ish.h
@@
-357,6
+357,8
@@
void *emx_realloc (void *, size_t);
#include <stdlib.h> /* before the following definitions */
#include <unistd.h> /* before the following definitions */
+#include <fcntl.h>
+#include <sys/stat.h>
#define chdir _chdir2
#define getcwd _getcwd2