X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=output%2Foutput.c;h=471ee9c79f7997263eaebdba952718484977aa5c;hb=9e90dcba9ce9d8f4a56b0225f146a1f1f055d213;hp=a7e26d9c13d34bf83aff9a01ad6a37dfa0f36164;hpb=d27e406e13d1247a7839698d3643b8ebae7143af;p=libsigrok.git diff --git a/output/output.c b/output/output.c index a7e26d9c..471ee9c7 100644 --- a/output/output.c +++ b/output/output.c @@ -17,8 +17,8 @@ * along with this program. If not, see . */ -#include "sigrok.h" -#include "sigrok-internal.h" +#include "libsigrok.h" +#include "libsigrok-internal.h" extern SR_PRIV struct sr_output_format output_text_bits; extern SR_PRIV struct sr_output_format output_text_hex;