git://git.openafs.org
/
openafs.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
OpenBSD: Add <sys/queue.h> header for <sys/lockf.h>
[openafs.git]
/
src
/
config
/
param.obsd44.h
diff --git
a/src/config/param.obsd44.h
b/src/config/param.obsd44.h
index
c4f39d1
..
9302ac7
100644
(file)
--- a/
src/config/param.obsd44.h
+++ b/
src/config/param.obsd44.h
@@
-51,6
+51,10
@@
#include <afs/afs_sysnames.h>
#endif
+#ifndef TAILQ_ENTRY
+#include <sys/queue.h>
+#endif
+
/* Extra kernel definitions (from kdefs file) */
#ifdef _KERNEL
#ifdef MULTIPROCESSOR