Fix the USB code to find the headers after they were moved.
[coreboot.git] / payloads / libpayload / drivers / usb / usbhid.c
index 414cc07cdb7cc8c5380500caead7065a85ee841d..34e7cdb635c6e1297241363134559aa52480165c 100644 (file)
@@ -27,7 +27,7 @@
  * SUCH DAMAGE.
  */
 
-#include "usb.h"
+#include <usb/usb.h>
 
 enum { hid_subclass_none = 0, hid_subclass_boot = 1 };
 enum { hid_proto_boot = 0, hid_proto_report = 1 };