interrupts: make interrupt handle structure opaque
[dpdk.git] / lib / eal / common / eal_common_interrupts.c
index 875e819..90d972e 100644 (file)
@@ -10,6 +10,8 @@
 #include <rte_log.h>
 #include <rte_malloc.h>
 
+#include "eal_interrupts.h"
+
 /* Macros to check for valid interrupt handle */
 #define CHECK_VALID_INTR_HANDLE(intr_handle) do { \
        if (intr_handle == NULL) { \