summaryrefslogtreecommitdiff
path: root/uconfig.sh
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 /uconfig.sh
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 'uconfig.sh')
-rw-r--r--uconfig.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/uconfig.sh b/uconfig.sh
index c05661ece2..6b501679cd 100644
--- a/uconfig.sh
+++ b/uconfig.sh
@@ -584,7 +584,7 @@ i_sgtty='undef'
i_shadow='undef'
i_socks='undef'
i_stdarg='define'
-i_stddef='undef'
+i_stddef='define'
i_stdlib='define'
i_string='define'
i_sunmath='undef'