X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fprompt.c;h=b527807875b897d17c1d2ff662932978cbf2f74e;hb=f5f8c375e650d350eab25680c6aa348229524984;hp=378fa851fb5782dba62a98976f4ac3fdc55535fa;hpb=43b1296aafe7582e7dbe6c2b6a8b478d7d9b0fcf;p=pspp-builds.git diff --git a/src/language/prompt.c b/src/language/prompt.c index 378fa851..b5278078 100644 --- a/src/language/prompt.c +++ b/src/language/prompt.c @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 1997-9, 2000 Free Software Foundation, Inc. + Copyright (C) 1997-9, 2000, 2010 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -27,14 +27,13 @@ #include #include #include -#include #include #include -#include #include -#include #include -#include +#include + +#include "xalloc.h" /* Current prompts in each style. */ static char *prompts[PROMPT_CNT];