Add missing #include
Bump WARNS level to 2 PR: bin/71668 Submitted by: Dan Lukes <dan@obluda.cz> MFC after: 3 days
This commit is contained in:
parent
e32c315aa7
commit
6f238d1359
@ -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}
|
||||
|
@ -39,6 +39,7 @@
|
||||
#include <stdarg.h>
|
||||
#include <string.h>
|
||||
#include <syslog.h>
|
||||
#include <unistd.h>
|
||||
#include "hcsecd.h"
|
||||
|
||||
int yyparse (void);
|
||||
|
Loading…
x
Reference in New Issue
Block a user