From e7b2bc4b46531df8915ed224e89e429b00400c1d Mon Sep 17 00:00:00 2001 From: dockes Date: Sat, 28 Nov 2009 09:15:46 +0000 Subject: [PATCH] new glibc missing includes --- src/internfile/mh_execm.cpp | 1 + src/internfile/mh_text.cpp | 1 + src/query/docseqhist.cpp | 1 + src/utils/circache.cpp | 2 +- 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/internfile/mh_execm.cpp b/src/internfile/mh_execm.cpp index 086c8d0b..bc7ce602 100644 --- a/src/internfile/mh_execm.cpp +++ b/src/internfile/mh_execm.cpp @@ -17,6 +17,7 @@ static char rcsid[] = "@(#$Id: mh_exec.cpp,v 1.14 2008-10-09 09:19:37 dockes Exp * Free Software Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include #include #include diff --git a/src/internfile/mh_text.cpp b/src/internfile/mh_text.cpp index 29ba3541..1768d8f6 100644 --- a/src/internfile/mh_text.cpp +++ b/src/internfile/mh_text.cpp @@ -17,6 +17,7 @@ static char rcsid[] = "@(#$Id: mh_text.cpp,v 1.6 2006-12-15 12:40:02 dockes Exp * Free Software Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include #include #include #include diff --git a/src/query/docseqhist.cpp b/src/query/docseqhist.cpp index dbf173f3..71262b05 100644 --- a/src/query/docseqhist.cpp +++ b/src/query/docseqhist.cpp @@ -17,6 +17,7 @@ static char rcsid[] = "@(#$Id: docseqhist.cpp,v 1.4 2008-09-29 08:59:20 dockes E * Free Software Foundation, Inc., * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ +#include #include #include #include diff --git a/src/utils/circache.cpp b/src/utils/circache.cpp index cc760c2a..49e9df50 100644 --- a/src/utils/circache.cpp +++ b/src/utils/circache.cpp @@ -19,7 +19,7 @@ static char rcsid[] = "@(#$Id: $ (C) 2009 J.F.Dockes"; #endif #ifndef TEST_CIRCACHE - +#include #include #include #include