apply (reversed) patch
authorPeter Wolfe <wolfe@teloseng.com>
Tue, 14 Jul 1998 13:01:58 +0000 (06:01 -0700)
committerGurusamy Sarathy <gsar@cpan.org>
Wed, 15 Jul 1998 05:59:49 +0000 (05:59 +0000)
Message-Id: <199807142001.NAA26550@titan.teloseng.com>
Subject: NOT_OK: perl 5.00474 on SCO 3.2v5.0.4

p4raw-id: //depot/perl@1501

ext/IPC/SysV/SysV.xs

index 7d682a1..b97e9e5 100644 (file)
@@ -15,6 +15,9 @@
 #include <sys/sem.h>
 #endif
 #ifdef HAS_SHM
+#ifdef PERL_SCO5
+#include <sys/sysmacros.h>
+#endif
 #include <sys/shm.h>
 # ifndef HAS_SHMAT_PROTOTYPE
     extern Shmat_t shmat _((int, char *, int));