From: guenther Date: Sat, 27 Aug 2016 01:57:27 +0000 (+0000) Subject: Pull in for struct timespec X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=ceffb10be00985ad98da55cad48c9d07f5221886;p=openbsd Pull in for struct timespec ok deraadt@ --- 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