summaryrefslogtreecommitdiffstats
path: root/src/cold-flash.c
diff options
context:
space:
mode:
authorPali Rohár <pali.rohar@gmail.com>2012-08-11 11:12:58 +0200
committerPali Rohár <pali.rohar@gmail.com>2012-08-11 11:12:58 +0200
commit83bcb7358c6475468db639cd47ef6e4f4e9dbee3 (patch)
tree2d180188cabeebcaaa6f116f4aef688e0041822d /src/cold-flash.c
parent67d3e4de708620d0e129c313ecccecd5893b5df3 (diff)
download0xFFFF-83bcb7358c6475468db639cd47ef6e4f4e9dbee3.tar.bz2
Rewrite Makefile, move WITH_DEVICE, WITH_USB and WITH_SQUEUES to Makefile
Diffstat (limited to 'src/cold-flash.c')
-rw-r--r--src/cold-flash.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cold-flash.c b/src/cold-flash.c
index 4a691ad..ac68cfa 100644
--- a/src/cold-flash.c
+++ b/src/cold-flash.c
@@ -23,11 +23,12 @@
#include <errno.h>
#include <usb.h>
+#include "global.h"
+
#include "cold-flash.h"
#include "image.h"
#include "usb-device.h"
#include "printf-utils.h"
-#include "global.h"
#define READ_DEV 0x81
#define WRITE_DEV 0x01