need the non-compat version of shm.h too.
This commit is contained in:
parent
bb0b8d6f60
commit
7faedc67d3
|
@ -1,4 +1,4 @@
|
|||
$NetBSD: syscalls.master,v 1.14 2005/11/10 18:47:16 christos Exp $
|
||||
$NetBSD: syscalls.master,v 1.15 2005/11/17 17:07:03 christos Exp $
|
||||
; based on NetBSD: syscalls.master,v 1.128 2003/03/18 18:08:49 christos Exp
|
||||
|
||||
; @(#)syscalls.master 8.2 (Berkeley) 1/13/94
|
||||
|
@ -56,6 +56,7 @@
|
|||
#include <sys/signal.h>
|
||||
#include <sys/mount.h>
|
||||
#include <sys/sa.h>
|
||||
#include <sys/shm.h>
|
||||
#include <sys/syscallargs.h>
|
||||
#include <compat/pecoff/pecoff_syscallargs.h>
|
||||
#include <compat/sys/shm.h>
|
||||
|
|
Loading…
Reference in New Issue