X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Foutput%2Fols.c;h=719434432ea19edab774a824263c1ddcbf6693b9;hb=ab8df2b1a64d7891e4fbbcdef047e28343819dc9;hp=7feb4db96cad4c6f5ffcb8c2ef78a8a9575013b4;hpb=91219afc75c9aa1d0c5e2da5c03343c1e43eb6df;p=libsigrok.git diff --git a/src/output/ols.c b/src/output/ols.c index 7feb4db9..71943443 100644 --- a/src/output/ols.c +++ b/src/output/ols.c @@ -15,8 +15,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + * along with this program; if not, see . */ /* @@ -25,10 +24,11 @@ * https://github.com/jawi/ols/wiki/OLS-data-file-format */ +#include #include #include #include -#include "libsigrok.h" +#include #include "libsigrok-internal.h" #define LOG_PREFIX "output/ols" @@ -150,6 +150,8 @@ SR_PRIV struct sr_output_module output_ols = { .id = "ols", .name = "OLS", .desc = "OpenBench Logic Sniffer", + .exts = (const char*[]){"ols", NULL}, + .flags = 0, .options = NULL, .init = init, .receive = receive,