net/af_packet: prefer snprintf against strncpy
[dpdk.git] / drivers / crypto / scheduler / rte_cryptodev_scheduler.h
index 7a34d0a..2ba6e47 100644 (file)
@@ -46,6 +46,7 @@
  * operation: round robin, packet-size based, and fail-over.
  */
 
+#include <stdint.h>
 #include "rte_cryptodev_scheduler_operations.h"
 
 #ifdef __cplusplus