blob: 6ba72e0d7ab7e36bd37ae9f577deaf276861b6b5 [file] [log] [blame]
Thanks to the nice OpenSolaris guys, I finally figured out that on
OpenSolaris 11, the header dependencies have changed.
--- perl.h
+++ perl.h
@@ -1192,6 +1192,8 @@
*/
#if defined(I_SYSMODE) && !defined(PERL_MICRO)
+#include <sys/stat.h>
+#include <sys/vnode.h>
#include <sys/mode.h>
#endif