diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-10-12 20:26:33 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1997-10-12 20:26:33 +0000 |
| commit | a1c995b626fc56226f7c279f087b50769ff8df18 (patch) | |
| tree | 26917801933240b41539e26bd8cb5dc27d8597a1 /sys/kern/subr_clist.c | |
| parent | 175dffc0f66eae582032914b7ecddc666edd4e83 (diff) | |
Notes
Diffstat (limited to 'sys/kern/subr_clist.c')
| -rw-r--r-- | sys/kern/subr_clist.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/kern/subr_clist.c b/sys/kern/subr_clist.c index d907b47f1c7f..3a806b6c1858 100644 --- a/sys/kern/subr_clist.c +++ b/sys/kern/subr_clist.c @@ -24,7 +24,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: tty_subr.c,v 1.26 1997/03/05 16:45:01 bde Exp $ + * $Id: tty_subr.c,v 1.27 1997/03/24 11:24:37 bde Exp $ */ /* @@ -34,9 +34,9 @@ #include <sys/param.h> #include <sys/kernel.h> #include <sys/systm.h> +#include <sys/malloc.h> #include <sys/tty.h> #include <sys/clist.h> -#include <sys/malloc.h> static void clist_init __P((void *)); SYSINIT(clist, SI_SUB_CLIST, SI_ORDER_FIRST, clist_init, NULL) |
