X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fcommand.c;h=4203ac32d0ea7f478ed1dd65a51bae61ed58f13a;hb=17896e38991000673747aa115b3f7aeb9a57a40f;hp=de77be80e8f95596e67c291309590691b84b2377;hpb=d2b204dcb1b9912e683e30bdbd4131bd44b6ca7f;p=pspp diff --git a/src/command.c b/src/command.c index de77be80e8..4203ac32d0 100644 --- a/src/command.c +++ b/src/command.c @@ -28,7 +28,7 @@ #include "dictionary.h" #include "error.h" #include "glob.h" -#include "getline.h" +#include "getl.h" #include "lexer.h" #include "main.h" #include "settings.h" @@ -45,6 +45,10 @@ #if HAVE_SYS_WAIT_H #include #endif + +#include "gettext.h" +#define _(msgid) gettext (msgid) +#define N_(msgid) msgid /* Global variables. */