X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=src%2Foutput%2Fgnuplot.c;h=9a2a78cdff7c5599f9c047976d6e237ffbdf3c58;hb=d0fa4ac1e786490b47b9f4284ad045f65d1e058d;hp=111dcadf26b6b4a4f8d2d14bb54d42616435bb67;hpb=c1aae90038456a61d0f9313d34e6107c3440d3e7;p=libsigrok.git diff --git a/src/output/gnuplot.c b/src/output/gnuplot.c index 111dcadf..9a2a78cd 100644 --- a/src/output/gnuplot.c +++ b/src/output/gnuplot.c @@ -18,10 +18,10 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ +#include #include #include #include -#include "config.h" /* Needed for PACKAGE_STRING and others. */ #include #include "libsigrok-internal.h" @@ -107,8 +107,8 @@ static GString *gen_header(const struct sr_output *o) t = time(NULL); header = g_string_sized_new(512); g_string_printf(header, "%s", gnuplot_header); - g_string_append_printf(header, "# Generated by %s on %s", - PACKAGE_STRING, ctime(&t)); + g_string_append_printf(header, "# Generated by %s %s on %s", + PACKAGE_NAME, SR_PACKAGE_VERSION_STRING, ctime(&t)); num_channels = g_slist_length(o->sdi->channels); g_string_append_printf(header, "# Acquisition with %d/%d channels",