1
0
mirror of https://github.com/systemd/systemd.git synced 2025-01-26 14:04:03 +03:00

hid2hci: include linux/types.h for __u32

This commit is contained in:
Yury G. Kudryashov 2010-04-16 00:21:02 +04:00 committed by Kay Sievers
parent 6252f9e732
commit d5a4ca9dfe

View File

@ -28,6 +28,7 @@
#include <string.h>
#include <getopt.h>
#include <sys/ioctl.h>
#include <linux/types.h>
#include <linux/hiddev.h>
#include <usb.h>