X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=inline;f=src%2Fmain.c;h=f9c4e83b7bdfed59274591ab8568427a3893aabf;hb=a29bbbe97388bb6f9c9b4df36b448dfe5023363c;hp=c5f9c34f4478f743a06f6cb983194b6be8dd7034;hpb=35abdb30d26f0bfb972c1712ee887a0f0fff6b97;p=pspp diff --git a/src/main.c b/src/main.c index c5f9c34f44..f9c4e83b7b 100644 --- a/src/main.c +++ b/src/main.c @@ -14,8 +14,8 @@ You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software - Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA - 02111-1307, USA. */ + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. */ #include #include @@ -25,7 +25,7 @@ #include "command.h" #include "dictionary.h" #include "error.h" -#include "getline.h" +#include "getl.h" #include "glob.h" #include "lexer.h" #include "output.h" @@ -33,6 +33,9 @@ #include "var.h" #include +#include "gettext.h" +#define _(msgid) gettext (msgid) + #include #include "debug-print.h"