From: Gerhard Sittig Date: Thu, 28 Sep 2023 10:28:50 +0000 (+0200) Subject: rdtech-dps: adjust header includes (config.h is not a system header) X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=5352598f01b9fc02cd16be9813a68677527a8873;p=libsigrok.git rdtech-dps: adjust header includes (config.h is not a system header) --- diff --git a/src/hardware/rdtech-dps/api.c b/src/hardware/rdtech-dps/api.c index 603fec9e..79dac48b 100644 --- a/src/hardware/rdtech-dps/api.c +++ b/src/hardware/rdtech-dps/api.c @@ -19,7 +19,7 @@ * along with this program. If not, see . */ -#include +#include "config.h" #include diff --git a/src/hardware/rdtech-dps/protocol.c b/src/hardware/rdtech-dps/protocol.c index 08623325..236cc90a 100644 --- a/src/hardware/rdtech-dps/protocol.c +++ b/src/hardware/rdtech-dps/protocol.c @@ -19,7 +19,7 @@ * along with this program. If not, see . */ -#include +#include "config.h" #include #include diff --git a/src/hardware/rdtech-dps/protocol.h b/src/hardware/rdtech-dps/protocol.h index 72b7be7c..990addb2 100644 --- a/src/hardware/rdtech-dps/protocol.h +++ b/src/hardware/rdtech-dps/protocol.h @@ -22,7 +22,7 @@ #ifndef LIBSIGROK_HARDWARE_RDTECH_DPS_PROTOCOL_H #define LIBSIGROK_HARDWARE_RDTECH_DPS_PROTOCOL_H -#include +#include "config.h" #include #include