Fixed bug reporting the significance of paired value t-test.
[pspp-builds.git] / src / ui / gui / psppire-case-file.c
index 08503ff96ec755a952fd247077ea5f8bde4da7e6..2edfec89ae0a036c3791309ba432e16567839706 100644 (file)
@@ -22,6 +22,7 @@
 
 #include <gtksheet/gtkextra-marshal.h>
 
+#include <data/format.h>
 #include <data/case.h>
 #include <data/data-in.h>
 #include <data/datasheet.h>
@@ -277,7 +278,7 @@ psppire_case_file_insert_case (PsppireCaseFile *cf,
 }
 
 
-inline casenumber
+casenumber
 psppire_case_file_get_case_count (const PsppireCaseFile *cf)
 {
   g_return_val_if_fail (cf, FALSE);