Changed include paths to be explicitly specified in the #include directive.
[pspp-builds.git] / src / data / case.h
index e89cb44eb3f60e6e8071fa66a3d8a774feeee485..bdb68dc65b55617a463fe0ca6ab10a9892d9327b 100644 (file)
@@ -91,7 +91,7 @@ void case_unshare (struct ccase *);
 
 #ifndef DEBUGGING
 #include <stdlib.h>
-#include "str.h"
+#include <libpspp/str.h>
 
 static inline void
 case_nullify (struct ccase *c)