Changed include paths to be explicitly specified in the #include directive.
[pspp-builds.git] / src / language / expressions / helpers.c
index b4534c8111719e8e1f9de3ac73d3b9a3cf66dffd..ff1621479505e151cabb289cdd97d2d80ed9962d 100644 (file)
@@ -2,7 +2,7 @@
 #include "helpers.h"
 #include <gsl/gsl_roots.h>
 #include <gsl/gsl_sf.h>
-#include "pool.h"
+#include <libpspp/pool.h>
 #include "private.h"
 
 const struct fixed_string empty_string = {NULL, 0};