diff options
Diffstat (limited to 'src/main2.c')
-rw-r--r-- | src/main2.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main2.c b/src/main2.c index c76935d..bb2c34e 100644 --- a/src/main2.c +++ b/src/main2.c @@ -28,9 +28,10 @@ #include <fcntl.h> #include <unistd.h> -#include "device.h" #include "image.h" #include "fiasco2.h" +#include "device.h" +#include "usb-device.h" #define VERSION "0.6" |