X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Fsample.c;h=57548c1cd306fc95e0c3bdc06ba915deeed1bdb8;hb=fa489d6ef77150e60c31906ee322bea2901da57f;hp=11e4ad66e64dd4c536478ba33dc119669ef053fc;hpb=4848cff524922cc77ed21662406807471e96a68e;p=pspp diff --git a/src/sample.c b/src/sample.c index 11e4ad66e6..57548c1cd3 100644 --- a/src/sample.c +++ b/src/sample.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 @@ -30,6 +30,9 @@ #include "str.h" #include "var.h" +#include "gettext.h" +#define _(msgid) gettext (msgid) + #include "debug-print.h" /* The two different types of samples. */