offsetof() is in <stddef.h>
Nick Ing-Simmons [Wed, 16 Jan 2002 13:02:29 +0000 (13:02 +0000)]
p4raw-id: //depot/perlio@14296

ext/Socket/Socket.xs

index b302eaa..504cbd1 100644 (file)
@@ -3,6 +3,8 @@
 #include "perl.h"
 #include "XSUB.h"
 
+#include <stddef.h>
+
 #ifndef VMS
 # ifdef I_SYS_TYPES
 #  include <sys/types.h>