spreadlevel-plot: Fix missing #include <stdlib.h>
[pspp] / src / output / charts / spreadlevel-plot.c
index 8fcc0bdeebfa8856accf15ae6e1e3e7974526084..d5b6e3d01a33aa483f6968fd9493a9fffca30a2a 100644 (file)
@@ -26,6 +26,7 @@
 
 #include <math.h>
 #include <float.h>
+#include <stdlib.h>
 
 struct chart_item *
 spreadlevel_plot_create (const char *label, double tx_pwr)