Changed include paths to be explicitly specified in the #include directive.
[pspp-builds.git] / src / data / make-file.c
index ed94f04c4adf7888e93dae3580ea403815b816af..1d32d07e39208ca8cf39997c46cae3428ad747b7 100644 (file)
@@ -25,8 +25,8 @@
 #include <stdio.h>
 #include "filename.h"
 #include "make-file.h"
-#include "message.h"
-#include "alloc.h"
+#include <libpspp/message.h>
+#include <libpspp/alloc.h>
 
 #include "gettext.h"
 #define _(msgid) gettext (msgid)