From 04c8ddd5a5d720e75144755d071e2331c979d1ed Mon Sep 17 00:00:00 2001 From: Max Krasnyansky Date: Tue, 20 Aug 2002 04:39:54 +0000 Subject: Add 'bluetooth/' to includes --- hcid/hcid.h | 2 +- hcid/parser.y | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'hcid') diff --git a/hcid/hcid.h b/hcid/hcid.h index cfc034e4..3e7838b4 100644 --- a/hcid/hcid.h +++ b/hcid/hcid.h @@ -28,7 +28,7 @@ #include -#include +#include #define HCID_CONFIG_FILE "/etc/bluetooth/hcid.conf" #define HCID_PIN_FILE "/etc/bluetooth/pin" diff --git a/hcid/parser.y b/hcid/parser.y index b7614f85..96bcf023 100644 --- a/hcid/parser.y +++ b/hcid/parser.y @@ -35,9 +35,9 @@ #include #include -#include -#include -#include +#include +#include +#include #include "hcid.h" #include "kword.h" -- cgit