Index: uspace/drv/bus/usb/uhcirh/port.c
===================================================================
--- uspace/drv/bus/usb/uhcirh/port.c	(revision 0a586f4c9bfafe682793df920734f321031dad5a)
+++ uspace/drv/bus/usb/uhcirh/port.c	(revision 32186484f4f5808dccfde6e81e49e0d997ddb762)
@@ -32,4 +32,5 @@
  * @brief UHCI root hub port routines
  */
+#include <ddi.h>
 #include <libarch/ddi.h>  /* pio_read and pio_write */
 #include <fibril_synch.h> /* async_usleep */
Index: uspace/drv/nic/rtl8139/defs.h
===================================================================
--- uspace/drv/nic/rtl8139/defs.h	(revision 0a586f4c9bfafe682793df920734f321031dad5a)
+++ uspace/drv/nic/rtl8139/defs.h	(revision 32186484f4f5808dccfde6e81e49e0d997ddb762)
@@ -37,4 +37,5 @@
 
 #include <sys/types.h>
+#include <ddi.h>
 #include <libarch/ddi.h>
 
