X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fdriver.c;h=7782e91f0c07b241bb129f517168691ea221a72d;hb=56e6166660c0f1388cad4cb4d3189e026bc84dd5;hp=8e856222dc771ea20dc9157b0ad308fafface20c;hpb=0f12ca600977b5b168d114a6d29eb523e20cac94;p=pspp diff --git a/src/output/driver.c b/src/output/driver.c index 8e856222dc..7782e91f0c 100644 --- a/src/output/driver.c +++ b/src/output/driver.c @@ -435,6 +435,7 @@ extern const struct output_driver_factory list_driver_factory; extern const struct output_driver_factory html_driver_factory; extern const struct output_driver_factory csv_driver_factory; extern const struct output_driver_factory odt_driver_factory; +extern const struct output_driver_factory spv_driver_factory; #ifdef HAVE_CAIRO extern const struct output_driver_factory pdf_driver_factory; extern const struct output_driver_factory ps_driver_factory; @@ -448,6 +449,7 @@ static const struct output_driver_factory *factories[] = &html_driver_factory, &csv_driver_factory, &odt_driver_factory, + &spv_driver_factory, #ifdef HAVE_CAIRO &pdf_driver_factory, &ps_driver_factory,