summaryrefslogtreecommitdiffstats
path: root/src/cold-flash.c
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2016-12-16 15:39:46 +0100
committerPali Rohár <pali.rohar@gmail.com>2016-12-16 15:39:46 +0100
commit7522a9fbc72f14c5cb7fbaa54fb57526c5221d85 (patch)
tree6a58251e655580a3ba94357f57aed24dd17d9113 /src/cold-flash.c
parent6ec64f4992ccd5e4ff42e9578d6c306a5b688a35 (diff)
download0xFFFF-7522a9fbc72f14c5cb7fbaa54fb57526c5221d85.tar.bz2
all: Fix compilation when u_int*_t are not defined and used by usb.h
Diffstat (limited to 'src/cold-flash.c')
-rw-r--r--src/cold-flash.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/cold-flash.c b/src/cold-flash.c
index fc2e86b..6338670 100644
--- a/src/cold-flash.c
+++ b/src/cold-flash.c
@@ -22,8 +22,6 @@
#include <string.h>
#include <errno.h>
-#include <usb.h>
-
#include "global.h"
#include "cold-flash.h"
#include "image.h"