need pfilter.h

This commit is contained in:
christos 2019-12-07 16:38:42 +00:00
parent 6ebd45802c
commit 0ca61464d2
1 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: monitor.c,v 1.31 2019/12/07 16:32:22 christos Exp $ */
/* $NetBSD: monitor.c,v 1.32 2019/12/07 16:38:42 christos Exp $ */
/* $OpenBSD: monitor.c,v 1.199 2019/10/07 23:10:38 djm Exp $ */
/*
* Copyright 2002 Niels Provos <provos@citi.umich.edu>
@ -27,7 +27,7 @@
*/
#include "includes.h"
__RCSID("$NetBSD: monitor.c,v 1.31 2019/12/07 16:32:22 christos Exp $");
__RCSID("$NetBSD: monitor.c,v 1.32 2019/12/07 16:38:42 christos Exp $");
#include <sys/types.h>
#include <sys/wait.h>
#include <sys/socket.h>
@ -85,6 +85,8 @@ __RCSID("$NetBSD: monitor.c,v 1.31 2019/12/07 16:32:22 christos Exp $");
#include "match.h"
#include "ssherr.h"
#include "pfilter.h"
#ifdef GSSAPI
static Gssctxt *gsscontext = NULL;
#endif