X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fpostscript.c;h=11473f6488faaa94de282739ecd556232a3d5ec7;hb=4de79b34b329d1da6cdeb145993d3efd911e2967;hp=c5bde5e65a4f2aaa30d1f572c61195834aba499a;hpb=1a5f49c70a1bdc19d0c12a617d54013aa7118b4a;p=pspp-builds.git diff --git a/src/postscript.c b/src/postscript.c index c5bde5e6..11473f64 100644 --- a/src/postscript.c +++ b/src/postscript.c @@ -27,27 +27,18 @@ #include #include #include +#include #if HAVE_UNISTD_H #include #endif -#if TIME_WITH_SYS_TIME -#include -#include -#else -#if HAVE_SYS_TIME_H -#include -#else -#include -#endif -#endif - #include "alloc.h" #include "bitvector.h" #include "error.h" #include "filename.h" #include "font.h" +#include "getl.h" #include "getline.h" #include "hash.h" #include "main.h" @@ -57,6 +48,9 @@ #include "som.h" #include "version.h" +#include "gettext.h" +#define _(msgid) gettext (msgid) + /* FIXMEs: optimize-text-size not implemented.