X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-cli.git;a=blobdiff_plain;f=decode.c;h=67d8f1ef33c196310bfa24ee1a12f7663e2bbeeb;hp=e2a0f8563524447982d19f71381bb9fa99c01fef;hb=d486cbddfe380de95a98646f7626426955e563ee;hpb=ee639fb40fa43aa3553ef0229def9bcdb8338c2b diff --git a/decode.c b/decode.c index e2a0f85..67d8f1e 100644 --- a/decode.c +++ b/decode.c @@ -17,11 +17,11 @@ * along with this program. If not, see . */ +#include #include #include #include #include "sigrok-cli.h" -#include "config.h" #ifdef HAVE_SRD static GHashTable *pd_ann_visible = NULL;