According to shared memory man pages, advice including <sys/types.h>
instead of <sys/param.h>
This commit is contained in:
parent
32f648079f
commit
8b0349c836
@ -35,7 +35,7 @@
|
||||
* Test the SVID-compatible Message Queue facility.
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/ipc.h>
|
||||
#include <sys/msg.h>
|
||||
#include <sys/wait.h>
|
||||
|
@ -35,7 +35,7 @@
|
||||
* Test the SVID-compatible Semaphore facility.
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/ipc.h>
|
||||
#include <sys/sem.h>
|
||||
#include <sys/wait.h>
|
||||
|
@ -35,7 +35,7 @@
|
||||
* Test the SVID-compatible Shared Memory facility.
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/ipc.h>
|
||||
#include <sys/shm.h>
|
||||
#include <sys/wait.h>
|
||||
|
Loading…
Reference in New Issue
Block a user