X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fgui%2Fmessage-dialog.h;h=3b85e60f2c1834f7f3db428fe8321e99eccf6c86;hb=573068f2bdcd3f8796e9646668fed910a90f890b;hp=8a17e8bcba978642aaf00d8232524b031772c740;hpb=dcf9b154cbcaa35c3d8459a201b77eec8bcb30bd;p=pspp-builds.git diff --git a/src/ui/gui/message-dialog.h b/src/ui/gui/message-dialog.h index 8a17e8bc..3b85e60f 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, ...);