X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Fprompt.c;h=ede6a5e3b9c8c76d5b5d249113bc2537e3cff82d;hb=a27e454d1a65872d0b1147f320ba8cc42aa9275f;hp=378fa851fb5782dba62a98976f4ac3fdc55535fa;hpb=43b1296aafe7582e7dbe6c2b6a8b478d7d9b0fcf;p=pspp diff --git a/src/language/prompt.c b/src/language/prompt.c index 378fa851fb..ede6a5e3b9 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,14 @@ #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];