X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmkfile.c;h=b8a8aa3bb6a71bc48c134b8bd59ad69a032aa175;hb=3fb611d221aa070458c81c6ca8b1c78fbad9a0ab;hp=8b471f0f5f0d982e32ee704333d9455132a0fe9b;hpb=4fdeb2145d081ff1b84e3f6c99f9d1c048c0d64a;p=pspp diff --git a/src/mkfile.c b/src/mkfile.c index 8b471f0f5f..b8a8aa3bb6 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. */