net/ionic: use standard boolean type
[dpdk.git] / drivers / net / ionic / ionic_main.c
index b828d23..2ade213 100644 (file)
@@ -2,6 +2,8 @@
  * Copyright(c) 2018-2019 Pensando Systems, Inc. All rights reserved.
  */
 
+#include <stdbool.h>
+
 #include <rte_memzone.h>
 
 #include "ionic.h"