From 5e645fa65efebf21029b4f06fd7e689bc0bfa461 Mon Sep 17 00:00:00 2001 From: guenther Date: Sat, 27 Aug 2016 03:48:00 +0000 Subject: [PATCH] Pull in for struct timespec ok deraadt@ --- libexec/rpc.rstatd/rstat_proc.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libexec/rpc.rstatd/rstat_proc.c b/libexec/rpc.rstatd/rstat_proc.c index 1b73cba4128..e432079abf7 100644 --- a/libexec/rpc.rstatd/rstat_proc.c +++ b/libexec/rpc.rstatd/rstat_proc.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rstat_proc.c,v 1.33 2015/01/16 06:39:50 deraadt Exp $ */ +/* $OpenBSD: rstat_proc.c,v 1.34 2016/08/27 03:48:00 guenther Exp $ */ /* * Copyright (c) 2010, Oracle America, Inc. @@ -36,6 +36,7 @@ */ #include +#include #include #include #include -- 2.20.1