Skip to content

Commit 9535ab9

Browse files
committed
Allow plperl to compile with Perl 5.05.
Andrew Dunstan
1 parent 959b353 commit 9535ab9

File tree

2 files changed

+652
-123
lines changed

2 files changed

+652
-123
lines changed

src/pl/plperl/SPI.xs

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
#include "EXTERN.h"
66
#include "perl.h"
77
#include "XSUB.h"
8+
#include "ppport.h"
89

910
#include "spi_internal.h"
1011

0 commit comments

Comments
 (0)