summaryrefslogtreecommitdiff
path: root/console/dynafont.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>2002-03-18 06:57:54 +0000
committerRoland McGrath <roland@gnu.org>2002-03-18 06:57:54 +0000
commit1b50606eb4feab890f1ecddcf98c135edf190688 (patch)
tree4bedda701146a6aa6f9473ca7e7b16f2b8f00e99 /console/dynafont.c
parente6c63396b19236f97d6a4adc42b22a246fdec019 (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/dynafont.c')
-rw-r--r--console/dynafont.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/console/dynafont.c b/console/dynafont.c
index 588457e9..cfae051d 100644
--- a/console/dynafont.c
+++ b/console/dynafont.c
@@ -22,6 +22,7 @@
#include <malloc.h>
#include <wchar.h>
#include <hurd/ihash.h>
+#include <string.h>
#include "vga-hw.h"
#include "vga.h"
@@ -196,7 +197,7 @@ dynafont_new (bdf_font_t font, int size, dynafont_t *dynafont)
}
-/* Release a dynafont object and its associated resources. */
+/* Release a dynafont object and its associated resources. */
void
dynafont_free (dynafont_t df)
{