Index: uspace/lib/usb/include/usb/classes/hidparser.h
===================================================================
--- uspace/lib/usb/include/usb/classes/hidparser.h	(revision bda06a36c8a366a66b634a94ff0d515cced58872)
+++ uspace/lib/usb/include/usb/classes/hidparser.h	(revision 64dbc83fa8ed981c2a200fd6643bc95dbe0bfc47)
@@ -92,4 +92,5 @@
 	/** */	
 	link_t link;
+
 } usb_hid_report_path_t;
 
@@ -158,5 +159,7 @@
 	
 	int use_report_id;
-	
+
+	/** */
+ 	link_t stack;
 } usb_hid_report_parser_t;	
 
