fixed subscript in sum; added new functions; fixed allocation of theta
[pspp-builds.git] / src / language / dictionary / weight.c
index 121728b68e454b8d371e750f91cbb093eb4ab9a1..58ed524d22a20b7e78068f943696c5016d19f4f1 100644 (file)
 
 #include <stdio.h>
 
-#include <procedure.h>
+#include <data/procedure.h>
 #include <data/dictionary.h>
 #include <data/variable.h>
 #include <language/command.h>
 #include <language/lexer/lexer.h>
+#include <language/lexer/variable-parser.h>
 #include <libpspp/message.h>
 #include <libpspp/str.h>