X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fplot-hist.c;h=15578879e1eba6fe9679225e15cd67565e53c23e;hb=4de79b34b329d1da6cdeb145993d3efd911e2967;hp=85fb3700e6985b41b7878eddeb37b046035a001b;hpb=1a5f49c70a1bdc19d0c12a617d54013aa7118b4a;p=pspp diff --git a/src/plot-hist.c b/src/plot-hist.c index 85fb3700e6..15578879e1 100644 --- a/src/plot-hist.c +++ b/src/plot-hist.c @@ -28,12 +28,13 @@ #include #include #include - #include "hash.h" - #include "var.h" #include "chart.h" +#include "gettext.h" +#define _(msgid) gettext (msgid) + /* Write the legend of the chart */ void histogram_write_legend(struct chart *ch, const struct normal_curve *norm)