Re-enabled automatic insertion of cases in data sheet.
[pspp] / src / math / percentiles.c
index 4d7b148147d0af97f488d6a0e080813dceb720bd..d00cf3e0eea4d28772f43dcd0138412d032f7e60 100644 (file)
@@ -19,9 +19,10 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 02110-1301, USA. */
 
 #include <config.h>
+#include <libpspp/compiler.h>
 #include "factor-stats.h"
 #include "percentiles.h"
-#include "misc.h"
+#include <libpspp/misc.h>
 
 #include "gettext.h"
 #define _(msgid) gettext (msgid)