diff options
Diffstat (limited to 'ext/IO/poll.c')
-rw-r--r-- | ext/IO/poll.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/IO/poll.c b/ext/IO/poll.c index a09c2472a7..a7892ff34d 100644 --- a/ext/IO/poll.c +++ b/ext/IO/poll.c @@ -12,6 +12,8 @@ #include "EXTERN.h" #include "perl.h" +#include "XSUB.h" + #include "poll.h" #ifdef I_SYS_TIME # include <sys/time.h> |