X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fdfm-write.c;h=2bf3f15674bfafd291aef0473a11d8af32681f2d;hb=012b055f5f7b4ddd2a608e64c53eaae101b5634e;hp=762a53496a11bb8ef0b5ff575f72772051b2fe55;hpb=b321086267ad1014dc5d09886396cde30f094437;p=pspp diff --git a/src/dfm-write.c b/src/dfm-write.c index 762a53496a..2bf3f15674 100644 --- a/src/dfm-write.c +++ b/src/dfm-write.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 "dfm-write.h" @@ -28,6 +28,9 @@ #include "filename.h" #include "str.h" +#include "gettext.h" +#define _(msgid) gettext (msgid) + /* Data file writer. */ struct dfm_writer {