fix test
authorMichael Wallner <mike@php.net>
Tue, 4 Dec 2018 10:34:47 +0000 (11:34 +0100)
committerMichael Wallner <mike@php.net>
Tue, 4 Dec 2018 11:13:51 +0000 (12:13 +0100)
tests/idn/idn.psi

index aaf0f810845f216494cb9a11e5f83409e97367c3..77afbc7fbe35277dfec5bf07804289eea918102e 100644 (file)
@@ -1,6 +1,7 @@
 // libidn
 lib "idn";
 
+#include <stdlib.h>
 #include <idna.h>
 
 function idn\utf8_to_ascii(string $host, string &$result, int $flags = 0) : int {