diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-10-08 21:34:00 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 2000-10-08 21:34:00 +0000 |
| commit | 00d25f512caca4df740162885c93d1d528993a6b (patch) | |
| tree | 7014a452ee05572d59c983b890955d7c3fa063ba /share/syscons | |
| parent | 3c703fcbe2dcb28753c504dec77c3667f2c450ef (diff) | |
Notes
Diffstat (limited to 'share/syscons')
| -rw-r--r-- | share/syscons/scrnmaps/mkscrfil.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/share/syscons/scrnmaps/mkscrfil.c b/share/syscons/scrnmaps/mkscrfil.c index d66283e1c8c3..c981b23bf57b 100644 --- a/share/syscons/scrnmaps/mkscrfil.c +++ b/share/syscons/scrnmaps/mkscrfil.c @@ -22,10 +22,12 @@ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. + * + * $FreeBSD$ */ #include <sys/ioctl.h> -#include <machine/console.h> +#include <sys/consio.h> #include <stdio.h> #include FIL |
