diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-02-11 23:23:15 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 2001-02-11 23:23:15 +0000 |
commit | bb3e7e2421a824e1e1c4ff2993438dc3adb2a0f6 (patch) | |
tree | 6fbf50204c36694f7ecf8c43a92429fe02723669 /sys | |
parent | 375d10ba33a1666ed4a9c9241f074ecf1fbd2fff (diff) |
$OpenBSD$
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/wscons/wscons_font8x16.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/wscons/wscons_font8x16.c b/sys/dev/wscons/wscons_font8x16.c index 171c68cad92..2cf825495ba 100644 --- a/sys/dev/wscons/wscons_font8x16.c +++ b/sys/dev/wscons/wscons_font8x16.c @@ -1,4 +1,4 @@ -#include <sys/types.h> +/* $OpenBSD: wscons_font8x16.c,v 1.2 2001/02/11 23:23:14 fgsch Exp $ */ /* * Copyright (c) 1992, 1993, 1994 Hellmuth Michaelis and Joerg Wunsch @@ -43,6 +43,8 @@ * cleaned up a couple of characters by hand afterword. */ +#include <sys/types.h> + #include <dev/rcons/raster.h> #include "dev/wscons/wscons_raster.h" |