Changed include paths to be explicitly specified in the #include directive.
[pspp-builds.git] / src / ui / gui / message-dialog.h
index 8a17e8bcba978642aaf00d8232524b031772c740..3b85e60f2c1834f7f3db428fe8321e99eccf6c86 100644 (file)
@@ -22,7 +22,7 @@
 #ifndef ERROR_DIALOG_H
 #define ERROR_DIALOG_H
 
-#include "message.h"
+#include <libpspp/message.h>
 
 void vmsg(int klass, const char *fmt, va_list args);
 void  msg(int klass, const char *fmt, ...);