summaryrefslogtreecommitdiff
path: root/ext/Socket
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2002-01-16 13:02:29 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2002-01-16 13:02:29 +0000
commitfc87b71cde2dcc7c5c2201d512e38000eb8087ab (patch)
treeb6f164e08489f37c295110944aa0b8dfdb026ce8 /ext/Socket
parent9e474248160065db8a690e2bf97ac5bf2659fb0b (diff)
downloadperl-fc87b71cde2dcc7c5c2201d512e38000eb8087ab.tar.gz
offsetof() is in <stddef.h>
p4raw-id: //depot/perlio@14296
Diffstat (limited to 'ext/Socket')
-rw-r--r--ext/Socket/Socket.xs2
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>