diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-08-28 19:20:07 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1999-08-28 19:20:07 +0000 |
| commit | a978dc23b75f20568642361a573ca9b3cc0e330b (patch) | |
| tree | 28e223b547f46368fc9be8342dc7668db057f29b | |
| parent | 01d3efc0776fa9f33ea82d20283b79463a5fc4c9 (diff) | |
Notes
| -rw-r--r-- | sys/sys/sysctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/sys/sysctl.h b/sys/sys/sysctl.h index b776b22531c6..d8564dd4d916 100644 --- a/sys/sys/sysctl.h +++ b/sys/sys/sysctl.h @@ -41,6 +41,7 @@ #define _SYS_SYSCTL_H_ #include <sys/_posix.h> +#include <sys/queue.h> /* * Definitions for sysctl call. The sysctl call uses a hierarchical name |
