Now that we use free(), we also need <malloc.h>.
This commit is contained in:
parent
0107b5e769
commit
e189b3cc42
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: print.c,v 1.4 2006/09/28 07:44:24 dbj Exp $ */
|
||||
/* $NetBSD: print.c,v 1.5 2006/09/28 09:11:04 he Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 2006 Itronix Inc.
|
||||
@ -58,7 +58,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
__RCSID("$NetBSD: print.c,v 1.4 2006/09/28 07:44:24 dbj Exp $");
|
||||
__RCSID("$NetBSD: print.c,v 1.5 2006/09/28 09:11:04 he Exp $");
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
@ -72,6 +72,7 @@ __RCSID("$NetBSD: print.c,v 1.4 2006/09/28 07:44:24 dbj Exp $");
|
||||
|
||||
#include <bluetooth.h>
|
||||
#include <err.h>
|
||||
#include <malloc.h>
|
||||
#include <usbhid.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user