X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftemporary.c;h=f277152e8f00beb6159a8d8605eecf7dbcc6848b;hb=5815daa55ab097fed75048e5800ff26b01a7adec;hp=c04ce764d99b18a99274fe2adfa9503f9f5854b7;hpb=205ac3afa4c2b19c85819d8695abf3975bb11807;p=pspp diff --git a/src/temporary.c b/src/temporary.c index c04ce764d9..f277152e8f 100644 --- a/src/temporary.c +++ b/src/temporary.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ #include #include "error.h" @@ -23,6 +23,7 @@ #include #include "alloc.h" #include "command.h" +#include "dictionary.h" #include "do-ifP.h" #include "error.h" #include "hash.h" @@ -31,6 +32,9 @@ #include "value-labels.h" #include "var.h" +#include "gettext.h" +#define _(msgid) gettext (msgid) + int temporary; struct dictionary *temp_dict; int temp_trns;