Added Boxplots to the EXAMINE subcommand repertoire
[pspp-builds.git] / src / piechart.c
index 14115e4cc21d4cd26763d2787c9f313d5b8d72c8..53c2b5fdb56aa7273d5335e1270ae63c368ab0e8 100644 (file)
@@ -27,6 +27,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 #include <stdio.h>
 #include "str.h"
 #include "value-labels.h"
+#include "misc.h"
 
 
 /* Pie charts of course need to know Pi :) */
@@ -35,8 +36,6 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
 #endif
 
 
-#define min(A,B) ((A>B)?B:A)
-
 
 /* Draw a single slice of the pie */
 static void