summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth/bthidd/parser.y
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/bluetooth/bthidd/parser.y')
-rw-r--r--usr.sbin/bluetooth/bthidd/parser.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/bluetooth/bthidd/parser.y b/usr.sbin/bluetooth/bthidd/parser.y
index ca49059..50468f4 100644
--- a/usr.sbin/bluetooth/bthidd/parser.y
+++ b/usr.sbin/bluetooth/bthidd/parser.y
@@ -39,6 +39,7 @@
#include <errno.h>
#include <limits.h>
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <usbhid.h>
@@ -61,7 +62,6 @@
#include "bthid_config.h"
- int yyparse (void);
int yylex (void);
void yyerror (char const *);
static int32_t check_hid_device(hid_device_p hid_device);
OpenPOWER on IntegriCloud