app/test: packet framework unit tests
[dpdk.git] / lib / librte_eal / common / include / rte_hexdump.h
index d8176d8..891c77b 100644 (file)
@@ -39,6 +39,8 @@
  * Simple API to dump out memory in a special hex format.
  */
 
+#include <stdio.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif