X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fui%2Fterminal%2Fread-line.h;h=0eb670977c3ee673a4a6619d7fa05e8687e3fcfb;hb=81579d9e9f994fb2908f50af41c3eb033d216e58;hp=6738411f426ee963e38ff26658d246288ce54554;hpb=b5cebf00d5edaada965b3dc75c745942d9483059;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);