X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Foutput%2Fcharts%2Fpiechart.h;h=96540401e7406f61e33259a7117e983d18e78fb9;hb=15d25f33d8af81f11ac05379ae267f85da2b3077;hp=d17ecec4092dddaebeb809b867aaea0684309e4a;hpb=43b1296aafe7582e7dbe6c2b6a8b478d7d9b0fcf;p=pspp-builds.git diff --git a/src/output/charts/piechart.h b/src/output/charts/piechart.h index d17ecec4..96540401 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; };