From 6f238d1359f772cf41f29fe67e07964f52d3d231 Mon Sep 17 00:00:00 2001 From: emax Date: Tue, 14 Sep 2004 20:04:33 +0000 Subject: Add missing #include Bump WARNS level to 2 PR: bin/71668 Submitted by: Dan Lukes MFC after: 3 days --- usr.sbin/bluetooth/hcsecd/Makefile | 2 +- usr.sbin/bluetooth/hcsecd/parser.y | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.sbin/bluetooth/hcsecd') diff --git a/usr.sbin/bluetooth/hcsecd/Makefile b/usr.sbin/bluetooth/hcsecd/Makefile index d9a106f..e544ed4 100644 --- a/usr.sbin/bluetooth/hcsecd/Makefile +++ b/usr.sbin/bluetooth/hcsecd/Makefile @@ -4,7 +4,7 @@ PROG= hcsecd MAN= hcsecd.8 hcsecd.conf.5 SRCS= hcsecd.c lexer.l parser.y -WARNS?= 1 +WARNS?= 2 CFLAGS+= -I${.CURDIR} DPADD= ${LIBBLUETOOTH} diff --git a/usr.sbin/bluetooth/hcsecd/parser.y b/usr.sbin/bluetooth/hcsecd/parser.y index 634d37a..385bff2 100644 --- a/usr.sbin/bluetooth/hcsecd/parser.y +++ b/usr.sbin/bluetooth/hcsecd/parser.y @@ -39,6 +39,7 @@ #include #include #include +#include #include "hcsecd.h" int yyparse (void); -- cgit v1.1