diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-01-16 13:02:29 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2002-01-16 13:02:29 +0000 |
commit | fc87b71cde2dcc7c5c2201d512e38000eb8087ab (patch) | |
tree | b6f164e08489f37c295110944aa0b8dfdb026ce8 /ext/Socket | |
parent | 9e474248160065db8a690e2bf97ac5bf2659fb0b (diff) | |
download | perl-fc87b71cde2dcc7c5c2201d512e38000eb8087ab.tar.gz |
offsetof() is in <stddef.h>
p4raw-id: //depot/perlio@14296
Diffstat (limited to 'ext/Socket')
-rw-r--r-- | ext/Socket/Socket.xs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/Socket/Socket.xs b/ext/Socket/Socket.xs index b302eaa85b..504cbd1ed1 100644 --- a/ext/Socket/Socket.xs +++ b/ext/Socket/Socket.xs @@ -3,6 +3,8 @@ #include "perl.h" #include "XSUB.h" +#include <stddef.h> + #ifndef VMS # ifdef I_SYS_TYPES # include <sys/types.h> |