diff options
author | Roland McGrath <roland@gnu.org> | 2002-03-18 06:57:54 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-03-18 06:57:54 +0000 |
commit | 1b50606eb4feab890f1ecddcf98c135edf190688 (patch) | |
tree | 4bedda701146a6aa6f9473ca7e7b16f2b8f00e99 /console/focus.c | |
parent | e6c63396b19236f97d6a4adc42b22a246fdec019 (diff) |
2002-03-17 Roland McGrath <roland@frob.com>
* dynafont.c: Include <string.h>.
* focus.c: Likewise.
* vga.c: Likewise.
* vga-display.c: Likewise.
Diffstat (limited to 'console/focus.c')
-rw-r--r-- | console/focus.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/console/focus.c b/console/focus.c index 7eedbd6a..f2f1822d 100644 --- a/console/focus.c +++ b/console/focus.c @@ -1,5 +1,6 @@ #include <argp.h> #include <cthreads.h> +#include <string.h> #include "console.h" #include "input.h" |