Needs errno.h if !gcc.

This commit is contained in:
ragge 2007-09-16 18:44:19 +00:00
parent b531488dbc
commit d141d2a094
1 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: bthset.c,v 1.2 2006/07/26 10:43:02 tron Exp $ */
/* $NetBSD: bthset.c,v 1.3 2007/09/16 18:44:19 ragge Exp $ */
/*-
* Copyright (c) 2006 Itronix Inc.
@ -34,7 +34,7 @@
#include <sys/cdefs.h>
__COPYRIGHT("@(#) Copyright (c) 2006 Itronix, Inc\n"
"All rights reserved.\n");
__RCSID("$NetBSD: bthset.c,v 1.2 2006/07/26 10:43:02 tron Exp $");
__RCSID("$NetBSD: bthset.c,v 1.3 2007/09/16 18:44:19 ragge Exp $");
#include <sys/types.h>
#include <sys/audioio.h>
@ -52,6 +52,7 @@ __RCSID("$NetBSD: bthset.c,v 1.2 2006/07/26 10:43:02 tron Exp $");
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <errno.h>
#include <dev/bluetooth/btdev.h>
#include <dev/bluetooth/btsco.h>