diff options
| author | John Baldwin <jhb@FreeBSD.org> | 2000-08-03 09:14:02 +0000 |
|---|---|---|
| committer | John Baldwin <jhb@FreeBSD.org> | 2000-08-03 09:14:02 +0000 |
| commit | 4ae4202e705cf6a12aa3cbb49efb153879a6bc2f (patch) | |
| tree | 67c0b1dff340675f1a80c19428709b7ccb468dad /sys/boot/common/interp_backslash.c | |
| parent | c2fa9f3e891155b6bbcbbe9c92d86f697d4c499b (diff) | |
Notes
Diffstat (limited to 'sys/boot/common/interp_backslash.c')
| -rw-r--r-- | sys/boot/common/interp_backslash.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/common/interp_backslash.c b/sys/boot/common/interp_backslash.c index 6325e4ef3489..8bbeb347b0f2 100644 --- a/sys/boot/common/interp_backslash.c +++ b/sys/boot/common/interp_backslash.c @@ -18,6 +18,7 @@ #include <stand.h> #include <string.h> +#include "bootstrap.h" #define DIGIT(x) (isdigit(x) ? (x) - '0' : islower(x) ? (x) + 10 - 'a' : (x) + 10 - 'A') |
