projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
9e47424
)
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
patch
|
blob
|
blame
|
history
diff --git
a/ext/Socket/Socket.xs
b/ext/Socket/Socket.xs
index
b302eaa
..
504cbd1
100644
(file)
--- 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>