artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9efb13d
)
Pull in <sys/time.h> for struct timespec
author
guenther
<guenther@openbsd.org>
Sat, 27 Aug 2016 01:57:27 +0000
(
01:57
+0000)
committer
guenther
<guenther@openbsd.org>
Sat, 27 Aug 2016 01:57:27 +0000
(
01:57
+0000)
ok deraadt@
lib/libfuse/fuse_private.h
patch
|
blob
|
history
diff --git
a/lib/libfuse/fuse_private.h
b/lib/libfuse/fuse_private.h
index
10a0b5d
..
957796d
100644
(file)
--- a/
lib/libfuse/fuse_private.h
+++ b/
lib/libfuse/fuse_private.h
@@
-1,4
+1,4
@@
-/* $OpenBSD: fuse_private.h,v 1.1
1 2015/01/16 16:48:51 deraadt
Exp $ */
+/* $OpenBSD: fuse_private.h,v 1.1
2 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>