net/cnxk: support custom SA index
[dpdk.git] / drivers / net / ionic / ionic_mac_api.c
index 189b8b8..411d84b 100644 (file)
@@ -2,6 +2,8 @@
  * Copyright(c) 2018-2019 Pensando Systems, Inc. All rights reserved.
  */
 
+#include <stdbool.h>
+
 #include "ionic_mac_api.h"
 
 int32_t
@@ -58,4 +60,3 @@ ionic_set_mac_type(struct ionic_hw *hw)
 
        return err;
 }
-