summaryrefslogtreecommitdiff
path: root/README.micro
diff options
context:
space:
mode:
authorDavid Leadbeater <dgl@dgl.cx>2011-03-07 18:54:21 +0000
committerNicholas Clark <nick@ccl4.org>2011-03-28 10:21:47 +0100
commit1e54a0f5eb12878354428964c5ccbc59e81ed88b (patch)
tree202a6056ffeaa1ca13b927556d57068dc33cdef9 /README.micro
parent01d65469392dfc0a9e7a9b5a1a7770e9306b9213 (diff)
downloadperl-1e54a0f5eb12878354428964c5ccbc59e81ed88b.tar.gz
microperl: On (at least) OS X and Linux stddef.h is needed for ptrdiff_t
This shouldn't hurt on other system either.
Diffstat (limited to 'README.micro')
-rw-r--r--README.micro2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.micro b/README.micro
index 040fcff6bb..c51c18520d 100644
--- a/README.micro
+++ b/README.micro
@@ -7,7 +7,7 @@ All this is experimental. If you don't know what to do with microperl
you probably shouldn't. Do not report bugs in microperl; fix the bugs.
We assume ANSI C89 plus the following:
-- <stdlib.h>
+- <stddef.h>, <stdlib.h>
- rename()
- opendir(), readdir(), closedir() (via dirent.h)
- memchr(), memcmp(), memcpy() (via string.h)