Adopt use of gnulib for portability.
[pspp-builds.git] / src / mkfile.c
index 8b471f0f5f0d982e32ee704333d9455132a0fe9b..b8a8aa3bb6a71bc48c134b8bd59ad69a032aa175 100644 (file)
 #include <string.h>
 #include <errno.h>
 #include <stdio.h>
-
 #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. */