diff options
| author | Mark Johnston <markj@FreeBSD.org> | 2019-08-21 18:28:38 +0000 |
|---|---|---|
| committer | Mark Johnston <markj@FreeBSD.org> | 2019-08-21 18:28:38 +0000 |
| commit | 5de05474a6611f5ae5d35bb001ba8807ad9f862b (patch) | |
| tree | 9a804115d1e9469e434e967e1f22f888cb5044a5 /sys/dev/bhnd | |
| parent | 7abf70b1a4ca0f8144b306ad0b0bc25831025362 (diff) | |
Notes
Diffstat (limited to 'sys/dev/bhnd')
| -rw-r--r-- | sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c | 1 | ||||
| -rw-r--r-- | sys/dev/bhnd/nvram/bhnd_nvram_store.c | 1 | ||||
| -rw-r--r-- | sys/dev/bhnd/nvram/bhnd_nvram_value.c | 1 | ||||
| -rw-r--r-- | sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c b/sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c index acd1c5f62d96..b510598c0910 100644 --- a/sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c +++ b/sys/dev/bhnd/nvram/bhnd_nvram_data_tlv.c @@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$"); #ifdef _KERNEL #include <sys/param.h> #include <sys/ctype.h> +#include <sys/limits.h> #include <sys/malloc.h> #include <sys/systm.h> #else /* !_KERNEL */ diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_store.c b/sys/dev/bhnd/nvram/bhnd_nvram_store.c index 77516ac9ca57..bc0354eb314c 100644 --- a/sys/dev/bhnd/nvram/bhnd_nvram_store.c +++ b/sys/dev/bhnd/nvram/bhnd_nvram_store.c @@ -32,6 +32,7 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> #include <sys/hash.h> +#include <sys/limits.h> #include <sys/queue.h> #ifdef _KERNEL diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_value.c b/sys/dev/bhnd/nvram/bhnd_nvram_value.c index a84a31498410..bea136581f3c 100644 --- a/sys/dev/bhnd/nvram/bhnd_nvram_value.c +++ b/sys/dev/bhnd/nvram/bhnd_nvram_value.c @@ -31,6 +31,7 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> +#include <sys/limits.h> #include <sys/sbuf.h> #ifdef _KERNEL diff --git a/sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c b/sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c index 3b3a288a5c97..e670b8b53711 100644 --- a/sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c +++ b/sys/dev/bhnd/nvram/bhnd_nvram_value_prf.c @@ -31,6 +31,7 @@ __FBSDID("$FreeBSD$"); #include <sys/param.h> +#include <sys/limits.h> #include <sys/sbuf.h> #ifdef _KERNEL |
