eventdev: make vdev init and uninit functions optional
[dpdk.git] / drivers / event / sw / sw_evdev.c
index bc834a9..acff0a2 100644 (file)
@@ -30,6 +30,7 @@
  *   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
+#include <inttypes.h>
 #include <string.h>
 
 #include <rte_vdev.h>