eal: add missing include to debug header
[dpdk.git] / lib / librte_eal / common / include / rte_debug.h
index 9260eda..cab6fb4 100644 (file)
@@ -44,6 +44,7 @@
  */
 
 #include "rte_log.h"
+#include "rte_branch_prediction.h"
 
 #ifdef __cplusplus
 extern "C" {