summaryrefslogtreecommitdiffstats
path: root/usbdev.c
diff options
context:
space:
mode:
authorEdward O'Callaghan <quasisec@chromium.org>2019-10-22 10:46:04 +1100
committerEdward O'Callaghan <quasisec@chromium.org>2019-10-22 23:24:16 +0000
commitb863127a6f6e538c60fb66716db6aaa44d8726ff (patch)
treee4615225e92210e624e96c9396d797933102ea09 /usbdev.c
parent8b60fc7a5bac409f8a4e0648f1fba51aa3497afb (diff)
downloadflashrom-b863127a6f6e538c60fb66716db6aaa44d8726ff.tar.gz
flashrom-b863127a6f6e538c60fb66716db6aaa44d8726ff.tar.bz2
flashrom-b863127a6f6e538c60fb66716db6aaa44d8726ff.zip
usbdev.c: Add missing <inttypes.h> include
Change-Id: Ie23612226a48d6732750f51547642da0a6257dd8 Signed-off-by: Edward O'Callaghan <quasisec@chromium.org> Reviewed-on: https://review.coreboot.org/c/flashrom/+/36219 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'usbdev.c')
-rw-r--r--usbdev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usbdev.c b/usbdev.c
index 764ac046a..846ed58be 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>