X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmkfile.c;h=b8a8aa3bb6a71bc48c134b8bd59ad69a032aa175;hb=b9799cdd10b30ea96d9178b7a0d48504d052228c;hp=8b471f0f5f0d982e32ee704333d9455132a0fe9b;hpb=4fdeb2145d081ff1b84e3f6c99f9d1c048c0d64a;p=pspp-builds.git diff --git a/src/mkfile.c b/src/mkfile.c index 8b471f0f..b8a8aa3b 100644 --- a/src/mkfile.c +++ b/src/mkfile.c @@ -23,11 +23,13 @@ #include #include #include - #include "mkfile.h" #include "error.h" #include "alloc.h" +#include "gettext.h" +#define _(msgid) gettext (msgid) + /* Creates a temporary file and stores its name in *FILENAME and a file descriptor for it in *FD. Returns success. Caller is responsible for freeing *FILENAME. */