diff options
author | John Baldwin <jhb@FreeBSD.org> | 2001-03-28 09:17:56 +0000 |
---|---|---|
committer | John Baldwin <jhb@FreeBSD.org> | 2001-03-28 09:17:56 +0000 |
commit | f34fa851e0b97ea3637d73827346927014e1b137 (patch) | |
tree | 2cd0230eaac847e88811b3c23c3cf39fd199008b /sys/netgraph/netgraph.h | |
parent | 5e980e229f3ed52731211607e437b2f6759ab71a (diff) | |
download | src-f34fa851e0b97ea3637d73827346927014e1b137.tar.gz src-f34fa851e0b97ea3637d73827346927014e1b137.zip |
Notes
Diffstat (limited to 'sys/netgraph/netgraph.h')
-rw-r--r-- | sys/netgraph/netgraph.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netgraph/netgraph.h b/sys/netgraph/netgraph.h index 27278b33d336..c1f03ce8686b 100644 --- a/sys/netgraph/netgraph.h +++ b/sys/netgraph/netgraph.h @@ -47,6 +47,7 @@ #endif #include <sys/queue.h> +#include <sys/lock.h> #include <sys/malloc.h> #include <sys/module.h> #include <sys/mutex.h> |