X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=options.c;h=f2acb19243892197a8f9add31004d6516fb164d4;hb=295be22b52725c65ffbf41b230b9131c47cb2bd8;hp=32787e5a227f4b763a28fdb51e942c04fb5b9417;hpb=f0f54487c6a146af523d6eb19fcce63422e3f0f1;p=sigrok-cli.git diff --git a/options.c b/options.c index 32787e5..f2acb19 100644 --- a/options.c +++ b/options.c @@ -17,8 +17,9 @@ * along with this program. If not, see . */ -#include "sigrok-cli.h" +#include #include +#include "sigrok-cli.h" gboolean opt_version = FALSE; gint opt_loglevel = SR_LOG_WARN; /* Show errors+warnings by default. */