diff options
Diffstat (limited to 'ext/IPC/SysV/SysV.xs')
-rw-r--r-- | ext/IPC/SysV/SysV.xs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/IPC/SysV/SysV.xs b/ext/IPC/SysV/SysV.xs index e6c7555c68..06059186c6 100644 --- a/ext/IPC/SysV/SysV.xs +++ b/ext/IPC/SysV/SysV.xs @@ -15,7 +15,7 @@ # include <sys/sem.h> # endif # ifdef HAS_SHM -# if defined(PERL_SCO5) || defined(PERL_ISC) +# if defined(PERL_SCO) || defined(PERL_ISC) # include <sys/sysmacros.h> /* SHMLBA */ # endif # include <sys/shm.h> |