X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fmessage-item.h;h=88450f1adee4cc91276e649853794eaab767fe95;hb=81579d9e9f994fb2908f50af41c3eb033d216e58;hp=a97b2270d6f1d1cc055a244ed04c4e0f6d1952ed;hpb=f550aee00a62fe1d8baf62d83cd7efef6cc2ee92;p=pspp-builds.git diff --git a/src/output/message-item.h b/src/output/message-item.h index a97b2270..88450f1a 100644 --- a/src/output/message-item.h +++ b/src/output/message-item.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 2010 Free Sonftware Foundation, Inc. + Copyright (C) 2010, 2011 Free Sonftware Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -29,7 +29,7 @@ the message gets routed properly for the PSPP user interface in use. */ #include -#include +#include "output/output-item.h" /* A message item. */ struct message_item @@ -46,7 +46,7 @@ const struct msg *message_item_get_msg (const struct message_item *); autogenerated by mk-class-boilerplate. */ #include -#include +#include "libpspp/cast.h" extern const struct output_item_class message_item_class;