Closes patch #6359
[pspp-builds.git] / src / output / charts / piechart.h
index d17ecec4092dddaebeb809b867aaea0684309e4a..96540401e7406f61e33259a7117e983d18e78fb9 100644 (file)
 #ifndef PIECHART_H
 #define PIECHART_H
 
+#include <libpspp/str.h>
+
 struct slice {
-  const char *label;
+  struct string label;
   double magnetude;
 };