Added automake.mk files
[pspp] / src / percentiles.c
index 8782c36a9b7e77f3fa5c3a60b9f17b0e543dbbba..2381f771d6457f627db2a3f4f0eebe893789bf30 100644 (file)
@@ -18,10 +18,15 @@ along with this program; if not, write to the Free Software
 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
 02110-1301, USA. */
 
+#include <config.h>
 #include "factor_stats.h"
 #include "percentiles.h"
 #include "misc.h"
 
+#include "gettext.h"
+#define _(msgid) gettext (msgid)
+#define N_(msgid) msgid
+
 #include <assert.h>