The stdio.h header needs to be included to get the definition of the
FILE type.
Fixes:
b32c0a2c5e4c ("pipeline: add SWX table update high level API")
Fixes:
3ca60ceed79a ("pipeline: add SWX pipeline specification file")
Cc: stable@dpdk.org
Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Reviewed-by: David Marchand <david.marchand@redhat.com>
#include <stddef.h>
#include <stdint.h>
+#include <stdio.h>
#include <rte_compat.h>
#include <stddef.h>
#include <stdint.h>
+#include <stdio.h>
#include <rte_compat.h>