aboutsummaryrefslogtreecommitdiff
path: root/upgrade/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'upgrade/main.c')
-rw-r--r--upgrade/main.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/upgrade/main.c b/upgrade/main.c
index dd92a2e..f029545 100644
--- a/upgrade/main.c
+++ b/upgrade/main.c
@@ -18,8 +18,12 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include <stdio.h>
-#include <usb.h>
#include <string.h>
+#ifdef WIN32
+# include <lusb0_usb.h>
+#else
+# include <usb.h>
+#endif
#include <assert.h>