X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Frepeat.c;h=0f5bb42f4dbc4aec79b75417b040f4c779314a57;hb=4de79b34b329d1da6cdeb145993d3efd911e2967;hp=5ca7dd9b2dcfdeee33675abd90b2526e26babfb2;hpb=1a5f49c70a1bdc19d0c12a617d54013aa7118b4a;p=pspp-builds.git diff --git a/src/repeat.c b/src/repeat.c index 5ca7dd9b..0f5bb42f 100644 --- a/src/repeat.c +++ b/src/repeat.c @@ -27,13 +27,16 @@ #include "command.h" #include "dictionary.h" #include "error.h" -#include "getline.h" +#include "getl.h" #include "lexer.h" #include "misc.h" #include "settings.h" #include "str.h" #include "var.h" +#include "gettext.h" +#define _(msgid) gettext (msgid) + #include "debug-print.h" /* Describes one DO REPEAT macro. */