X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fpercentiles.c;h=2381f771d6457f627db2a3f4f0eebe893789bf30;hb=92fb12eb06716d14c05b781f5d9dcde956d77c30;hp=d3795aa707fe01e279cad370d08df71d781a41b7;hpb=20fd432b34d65999f06fabfa8e9c3f5efbac41bd;p=pspp diff --git a/src/percentiles.c b/src/percentiles.c index d3795aa707..2381f771d6 100644 --- a/src/percentiles.c +++ b/src/percentiles.c @@ -15,13 +15,18 @@ General Public License for more details. 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 "factor_stats.h" #include "percentiles.h" #include "misc.h" +#include "gettext.h" +#define _(msgid) gettext (msgid) +#define N_(msgid) msgid + #include