X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Finclude.c;h=abce511a0a74db2c3a8d57639f7dc9cad88d2107;hb=d7b5d9144738a5a8989d45a01f4e458a78b68c0b;hp=3ea80ef04b352926d1dc7295da2824b592d04f70;hpb=92bfefccd465052e492f669ce561aa25b0110283;p=pspp diff --git a/src/include.c b/src/include.c index 3ea80ef04b..abce511a0a 100644 --- a/src/include.c +++ b/src/include.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 @@ -23,10 +23,13 @@ #include "alloc.h" #include "command.h" #include "error.h" -#include "getline.h" +#include "getl.h" #include "lexer.h" #include "str.h" +#include "gettext.h" +#define _(msgid) gettext (msgid) + int cmd_include (void) {