From ceffb10be00985ad98da55cad48c9d07f5221886 Mon Sep 17 00:00:00 2001 From: guenther Date: Sat, 27 Aug 2016 01:57:27 +0000 Subject: [PATCH] Pull in for struct timespec ok deraadt@ --- lib/libfuse/fuse_private.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/libfuse/fuse_private.h b/lib/libfuse/fuse_private.h index 10a0b5dc566..957796dc83f 100644 --- a/lib/libfuse/fuse_private.h +++ b/lib/libfuse/fuse_private.h @@ -1,4 +1,4 @@ -/* $OpenBSD: fuse_private.h,v 1.11 2015/01/16 16:48:51 deraadt Exp $ */ +/* $OpenBSD: fuse_private.h,v 1.12 2016/08/27 01:57:27 guenther Exp $ */ /* * Copyright (c) 2013 Sylvestre Gallon * @@ -21,6 +21,7 @@ #include #include #include +#include #include #include #include -- 2.20.1