projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9160fdb
)
OS/2: more missing headers from John Poltorak.
Jarkko Hietaniemi [Wed, 29 May 2002 11:53:12 +0000 (11:53 +0000)]
p4raw-id: //depot/perl@16852
os2/os2ish.h
patch
|
blob
|
blame
|
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