Changed include paths to be explicitly specified in the #include directive.
[pspp-builds.git] / src / language / line-buffer.h
index 1ca8a7b4a5e30191dd1e0571fdcb8c83b834c38d..59dab0a58d830f35e1272339579ed699f9a96646 100644 (file)
@@ -21,7 +21,7 @@
 #define GETL_H 1
 
 #include <stdbool.h>
-#include "str.h"
+#include <libpspp/str.h>
 
 /* Current line.  This line may be modified by modules other than
    getl.c, and by lexer.c in particular.  (Ugh.) */