X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Foutput%2Fchronovu_la8.c;h=2793f97ac7aa00599ce441b2173f9b4907963470;hb=23eeac46edef25d1be2ff4716cb388296b6222ac;hp=c501238471695a6e61c16f3357210a4c8a693fe1;hpb=d686c5ec462a4044e049931e57d60e9d08df8cde;p=libsigrok.git diff --git a/src/output/chronovu_la8.c b/src/output/chronovu_la8.c index c5012384..2793f97a 100644 --- a/src/output/chronovu_la8.c +++ b/src/output/chronovu_la8.c @@ -18,10 +18,11 @@ * along with this program. If not, see . */ +#include #include #include #include -#include "libsigrok.h" +#include #include "libsigrok-internal.h" #define LOG_PREFIX "output/chronovu-la8" @@ -187,6 +188,8 @@ SR_PRIV struct sr_output_module output_chronovu_la8 = { .id = "chronovu-la8", .name = "ChronoVu LA8", .desc = "ChronoVu LA8 native file format", + .exts = (const char*[]){"kdt", NULL}, + .flags = 0, .options = NULL, .init = init, .receive = receive,