#include <lib/libkern/libkern.h>

This commit is contained in:
wdk 2002-11-16 08:51:27 +00:00
parent c6eb5c7171
commit e1445fed24
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: devopen.c,v 1.2 2000/09/26 09:48:35 wdk Exp $ */
/* $NetBSD: devopen.c,v 1.3 2002/11/16 08:51:27 wdk Exp $ */
/*-
* Copyright (c) 1992, 1993
@ -39,6 +39,7 @@
*/
#include <lib/libsa/stand.h>
#include <lib/libkern/libkern.h>
/*
* Decode the string 'fname', open the device and return the remaining

View File

@ -1,4 +1,4 @@
/* $NetBSD: saio.c,v 1.3 2001/09/24 13:22:33 wiz Exp $ */
/* $NetBSD: saio.c,v 1.4 2002/11/16 08:51:28 wdk Exp $ */
/*
* Copyright (c) 1992, 1993
@ -39,6 +39,7 @@
*/
#include <lib/libsa/stand.h>
#include <lib/libkern/libkern.h>
#include <machine/prom.h>
#include <machine/stdarg.h>