diff options
Diffstat (limited to 'usr.sbin/bluetooth/bthidd/parser.y')
-rw-r--r-- | usr.sbin/bluetooth/bthidd/parser.y | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/bluetooth/bthidd/parser.y b/usr.sbin/bluetooth/bthidd/parser.y index f4fd560..7c4140c 100644 --- a/usr.sbin/bluetooth/bthidd/parser.y +++ b/usr.sbin/bluetooth/bthidd/parser.y @@ -26,18 +26,18 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: parser.y,v 1.3 2004/02/13 21:46:21 max Exp $ + * $Id: parser.y,v 1.4 2004/11/17 21:59:42 max Exp $ * $FreeBSD$ */ #include <sys/queue.h> #include <bluetooth.h> #include <errno.h> -#include <libusbhid.h> #include <limits.h> #include <stdio.h> #include <string.h> #include <unistd.h> +#include <usbhid.h> #ifndef BTHIDCONTROL #include <stdarg.h> @@ -52,7 +52,7 @@ #define LOGCRIT stderr #define LOGERR stderr #define LOGWARNING stderr -#define EOL "\n" +#define EOL "\n" #endif /* ndef BTHIDCONTROL */ #include "bthid_config.h" |