X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fcharts%2Fpiechart.h;h=96540401e7406f61e33259a7117e983d18e78fb9;hb=a65d2daa73de4351795dd8c1d3da6e5cb12a1dac;hp=d17ecec4092dddaebeb809b867aaea0684309e4a;hpb=43b1296aafe7582e7dbe6c2b6a8b478d7d9b0fcf;p=pspp diff --git a/src/output/charts/piechart.h b/src/output/charts/piechart.h index d17ecec409..96540401e7 100644 --- a/src/output/charts/piechart.h +++ b/src/output/charts/piechart.h @@ -17,8 +17,10 @@ #ifndef PIECHART_H #define PIECHART_H +#include + struct slice { - const char *label; + struct string label; double magnetude; };