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