fixes to enable ISC to build IPC/SysV
[p5sagit/p5-mst-13.2.git] / ext / IPC / SysV / SysV.xs
index 818c751..0fbf783 100644 (file)
@@ -15,7 +15,7 @@
 #include <sys/sem.h>
 #endif
 #ifdef HAS_SHM
-#ifdef PERL_SCO5
+#if defined(PERL_SCO5) || defined(PERL_ISC)
 #include <sys/sysmacros.h>
 #endif
 #include <sys/shm.h>