X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fterminal%2Fread-line.h;h=0eb670977c3ee673a4a6619d7fa05e8687e3fcfb;hb=afdf3096926b561f4e6511c10fcf73fc6796b9d2;hp=6738411f426ee963e38ff26658d246288ce54554;hpb=43b1296aafe7582e7dbe6c2b6a8b478d7d9b0fcf;p=pspp-builds.git diff --git a/src/ui/terminal/read-line.h b/src/ui/terminal/read-line.h index 6738411f..0eb67097 100644 --- a/src/ui/terminal/read-line.h +++ b/src/ui/terminal/read-line.h @@ -1,5 +1,5 @@ /* PSPP - a program for statistical analysis. - Copyright (C) 1997-9, 2000 Free Software Foundation, Inc. + Copyright (C) 1997-9, 2000, 2011 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 @@ -17,8 +17,8 @@ #ifndef READLN_H #define READLN_H -#include -#include +#include "libpspp/str.h" +#include "libpspp/getl.h" void readln_initialize (void); void readln_uninitialize (void);