X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fmessage-dialog.h;h=3b85e60f2c1834f7f3db428fe8321e99eccf6c86;hb=52b9fca3a729eaef7d13469029e4391aa033a659;hp=8a17e8bcba978642aaf00d8232524b031772c740;hpb=dcf9b154cbcaa35c3d8459a201b77eec8bcb30bd;p=pspp diff --git a/src/ui/gui/message-dialog.h b/src/ui/gui/message-dialog.h index 8a17e8bcba..3b85e60f2c 100644 --- a/src/ui/gui/message-dialog.h +++ b/src/ui/gui/message-dialog.h @@ -22,7 +22,7 @@ #ifndef ERROR_DIALOG_H #define ERROR_DIALOG_H -#include "message.h" +#include void vmsg(int klass, const char *fmt, va_list args); void msg(int klass, const char *fmt, ...);