]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/i40e/base/i40e_osdep.h
net/i40e/base: fix bool definition
[dpdk.git] / drivers / net / i40e / base / i40e_osdep.h
index fbcb729e80cdb082167d3eb91dbb6684ac80afcd..8e5c593c99efcf057a47992329d6124f1803e514 100644 (file)
@@ -35,6 +35,7 @@
 
 #include <string.h>
 #include <stdint.h>
+#include <stdbool.h>
 #include <stdio.h>
 #include <stdarg.h>
 
@@ -57,7 +58,6 @@ typedef uint16_t        u16;
 typedef uint32_t        u32;
 typedef int32_t         s32;
 typedef uint64_t        u64;
-typedef int             bool;
 
 typedef enum i40e_status_code i40e_status;
 #define __iomem