diff options
author | 2016-08-27 01:57:27 +0000 | |
---|---|---|
committer | 2016-08-27 01:57:27 +0000 | |
commit | ceffb10be00985ad98da55cad48c9d07f5221886 (patch) | |
tree | b8d853983e951a1edc03bb65f8e16690d19f6933 /lib/libfuse | |
parent | Pull in <sys/time.h> for struct timespec (diff) | |
download | wireguard-openbsd-ceffb10be00985ad98da55cad48c9d07f5221886.tar.xz wireguard-openbsd-ceffb10be00985ad98da55cad48c9d07f5221886.zip |
Pull in <sys/time.h> for struct timespec
ok deraadt@
Diffstat (limited to 'lib/libfuse')
-rw-r--r-- | lib/libfuse/fuse_private.h | 3 |
1 files changed, 2 insertions, 1 deletions
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 <ccna.syl@gmail.com> * @@ -21,6 +21,7 @@ #include <sys/dirent.h> #include <sys/mount.h> #include <sys/statvfs.h> +#include <sys/time.h> #include <sys/vnode.h> #include <sys/fusebuf.h> #include <limits.h> |