Dfu-programmer cannot cannot find libusb. This patch fixes that. diff --git a/src/dfu-device.h b/src/dfu-device.h index bbdfa99..31af0e8 100644 --- a/src/dfu-device.h +++ b/src/dfu-device.h @@ -6,7 +6,7 @@ #endif #include #ifdef HAVE_LIBUSB_1_0 -#include +#include #else #include #endif diff --git a/src/main.c b/src/main.c index ef2aa16..dcc3636 100644 --- a/src/main.c +++ b/src/main.c @@ -24,7 +24,7 @@ #include #include #ifdef HAVE_LIBUSB_1_0 -#include +#include #else #include #endif diff --git a/src/dfu.c b/src/dfu.c index 7dbcc57..952e896 100644 --- a/src/dfu.c +++ b/src/dfu.c @@ -27,7 +27,7 @@ #include #include #ifdef HAVE_LIBUSB_1_0 -#include +#include #else #include #endif diff --git a/src/dfu.h b/src/dfu.h index 2a159e8..63510f2 100644 --- a/src/dfu.h +++ b/src/dfu.h @@ -25,7 +25,7 @@ # include #endif #ifdef HAVE_LIBUSB_1_0 -#include +#include #else #include #endif 7ac03bf2'>refslogtreecommitdiff
AgeCommit message (Expand)Author
2020-12-30gnu: slurm: Update to 20.11.2....* gnu/packages/parallel.scm (slurm): Update to 20.11.2. Signed-off-by: Leo Famulari <leo@famulari.name> Vincent Legoll
2020-12-01gnu: Add slurm-18.08....* gnu/packages/parallel.scm (slurm-18.08): New variable. Efraim Flashner
2020-11-23gnu: parallel: Update to 20201122....* gnu/packages/parallel.scm (parallel): Update to 20201122. Tobias Geerinckx-Rice
2020-11-20gnu: parallel: Update to 20201022....* gnu/packages/parallel.scm (parallel): Update to 20201022. Tobias Geerinckx-Rice
2020-11-02gnu: slurm: Reintroduce version 19.05....Partly fixes <https://bugs.gnu.org/44387>. * gnu/packages/parallel.scm (slurm-19.05): New variable. Ludovic Courtès
2020-10-15gnu: slurm: Re-arrange package inputs....* gnu/packages/parallel.scm (slurm)[inputs]: Move expect, perl, python-wrapper from here... [native-inputs]: ... to here. Efraim Flashner
2020-10-14gnu: slurm: Update to 20.02.5....* gnu/packages/parallel.scm (slurm): Update to 20.02.5. Ricardo Wurmus
2020-08-23gnu: parallel: Update to 20200822....* gnu/packages/parallel.scm (parallel): Update to 20200822. Tobias Geerinckx-Rice
2020-07-23gnu: parallel: Update to 20200722....* gnu/packages/parallel.scm (parallel): Update to 20200722. Tobias Geerinckx-Rice
2020-06-30gnu: parallel: Update to 20200622....* gnu/packages/parallel.scm (parallel): Update to 20200622. Efraim Flashner