Provide necessary forward declarations or includes.

This commit is contained in:
riastradh 2020-02-14 04:36:33 +00:00
parent 64d223f552
commit 70164615a6
2 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: secmodel.h,v 1.4 2011/12/04 19:24:59 jym Exp $ */
/* $NetBSD: secmodel.h,v 1.5 2020/02/14 04:36:33 riastradh Exp $ */
/*-
* Copyright (c) 2006, 2011 Elad Efrat <elad@NetBSD.org>
* All rights reserved.
@ -29,6 +29,8 @@
#ifndef _SECMODEL_SECMODEL_H_
#define _SECMODEL_SECMODEL_H_
#include <sys/queue.h>
#include <prop/proplib.h>
void secmodel_init(void);

View File

@ -1,4 +1,4 @@
/* $NetBSD: kauth.h,v 1.82 2019/04/10 18:49:04 maxv Exp $ */
/* $NetBSD: kauth.h,v 1.83 2020/02/14 04:36:33 riastradh Exp $ */
/*-
* Copyright (c) 2005, 2006 Elad Efrat <elad@NetBSD.org>
@ -46,6 +46,8 @@ struct tty;
struct vnode;
struct cwdinfo;
enum uio_seg;
/* Types. */
typedef struct kauth_scope *kauth_scope_t;
typedef struct kauth_listener *kauth_listener_t;