From 8e831f22ec8c72c7f776271c73afb51b953316bd Mon Sep 17 00:00:00 2001 From: deraadt Date: Tue, 20 Jan 2015 01:48:13 +0000 Subject: #include to allow operation without requiring the noise of --- sys/dev/systrace.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/dev/systrace.h') diff --git a/sys/dev/systrace.h b/sys/dev/systrace.h index d458eb72be5..a94d4806458 100644 --- a/sys/dev/systrace.h +++ b/sys/dev/systrace.h @@ -1,4 +1,4 @@ -/* $OpenBSD: systrace.h,v 1.24 2015/01/16 00:18:06 deraadt Exp $ */ +/* $OpenBSD: systrace.h,v 1.25 2015/01/20 01:48:13 deraadt Exp $ */ /* * Copyright 2002 Niels Provos * All rights reserved. @@ -32,6 +32,7 @@ #ifndef _SYSTRACE_H_ #define _SYSTRACE_H_ +#include #include #include -- cgit v1.2.3-59-g8ed1b