Edward O'Callaghan has uploaded this change for review.
usbdev.c: Add missing <inttypes.h> include
Change-Id: Ie23612226a48d6732750f51547642da0a6257dd8
Signed-off-by: Edward O'Callaghan <quasisec@chromium.org>
---
M usbdev.c
1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/19/36219/1
diff --git a/usbdev.c b/usbdev.c
index 764ac04..846ed58 100644
--- a/usbdev.c
+++ b/usbdev.c
@@ -15,6 +15,7 @@
* GNU General Public License for more details.
*/
+#include <inttypes.h>
#include <stdbool.h>
#include <string.h>
#include <libusb.h>
To view, visit change 36219. To unsubscribe, or for help writing mail filters, visit settings.