From: c vw Date: Thu, 3 Jun 2021 14:49:00 +0000 (+0200) Subject: prep for merge X-Git-Url: https://git.rkrishnan.org/pf/content/reliability?a=commitdiff_plain;h=10e16e7f4cb43bc822cb4fb97faed11452a52958;p=pihpsdr.git prep for merge --- diff --git a/exit_menu.c b/exit_menu.c index 8811ed7..2c24ce0 100644 --- a/exit_menu.c +++ b/exit_menu.c @@ -33,7 +33,9 @@ #include "soapy_protocol.h" #endif #include "actions.h" +#ifdef GPIO #include "gpio.h" +#endif static GtkWidget *parent_window=NULL; diff --git a/main.c b/main.c index 4fb2ced..d93fe9b 100644 --- a/main.c +++ b/main.c @@ -41,9 +41,9 @@ #include "main.h" #include "channel.h" #include "discovered.h" -#ifdef GPIO -#include "actions.h" #include "configure.h" +#include "actions.h" +#ifdef GPIO #include "gpio.h" #endif #include "wdsp.h"