lib: work around unnamed structs/unions
[dpdk.git] / lib / librte_eal / common / include / rte_interrupts.h
index 609c34b..fd3c6ef 100644 (file)
@@ -34,6 +34,8 @@
 #ifndef _RTE_INTERRUPTS_H_
 #define _RTE_INTERRUPTS_H_
 
+#include <rte_common.h>
+
 /**
  * @file
  *
@@ -118,4 +120,3 @@ int rte_intr_disable(struct rte_intr_handle *intr_handle);
 #endif
 
 #endif
-