Make #include for parse.inc work with VPATH builds.
[pspp-builds.git] / src / ui / gui / compute-dialog.c
index bc2b15c16a3284d96f967b078a300244766e67d9..7e14f40607448cfa6ef45de859a4f91dac357acd 100644 (file)
@@ -293,7 +293,7 @@ enum {
 
 static const struct operation fs[] =
   {
-#include <language/expressions/parse.inc>
+#include "parse.inc"
   };