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