diff -NrU5 octave-forge-2006.03.17.orig/extra/graceplot/__grcmd__.cc octave-forge-2006.03.17/extra/graceplot/__grcmd__.cc --- octave-forge-2006.03.17.orig/extra/graceplot/__grcmd__.cc 2005-05-25 05:43:38.000000000 +0200 +++ octave-forge-2006.03.17/extra/graceplot/__grcmd__.cc 2008-04-26 23:49:44.000000000 +0200 @@ -34,10 +34,11 @@ #include #include #include #include #include +#include #include #ifndef OPEN_MAX # define OPEN_MAX 256 #endif diff -NrU5 octave-forge-2006.03.17.orig/extra/mex/mex.cc octave-forge-2006.03.17/extra/mex/mex.cc --- octave-forge-2006.03.17.orig/extra/mex/mex.cc 2004-07-08 06:56:03.000000000 +0200 +++ octave-forge-2006.03.17/extra/mex/mex.cc 2008-04-26 23:53:19.000000000 +0200 @@ -24,10 +24,11 @@ #include #include #include #include +#include typedef void * Pix; typedef std::set MemSet; extern "C" { #include diff -NrU5 octave-forge-2006.03.17.orig/extra/pdb/creadpdb.cc octave-forge-2006.03.17/extra/pdb/creadpdb.cc --- octave-forge-2006.03.17.orig/extra/pdb/creadpdb.cc 2006-01-08 06:47:57.000000000 +0100 +++ octave-forge-2006.03.17/extra/pdb/creadpdb.cc 2008-04-26 23:54:01.000000000 +0200 @@ -18,10 +18,11 @@ #include #include #include #include #include +#include #include #define BUFLEN 80 inline double strntod(const char* startptr, int n) diff -NrU5 octave-forge-2006.03.17.orig/FIXES/oct-sort.cc octave-forge-2006.03.17/FIXES/oct-sort.cc --- octave-forge-2006.03.17.orig/FIXES/oct-sort.cc 2004-01-25 16:17:25.000000000 +0100 +++ octave-forge-2006.03.17/FIXES/oct-sort.cc 2008-04-27 00:09:51.000000000 +0200 @@ -83,10 +83,11 @@ #include #include #include #include +#include #include "oct-sort.h" #define IFLT(a,b) if (compare == NULL ? ((a) < (b)) : compare ((a), (b))) template diff -NrU5 octave-forge-2006.03.17.orig/FIXES/sort.cc octave-forge-2006.03.17/FIXES/sort.cc --- octave-forge-2006.03.17.orig/FIXES/sort.cc 2004-04-28 10:55:14.000000000 +0200 +++ octave-forge-2006.03.17/FIXES/sort.cc 2008-04-26 23:52:10.000000000 +0200 @@ -25,10 +25,11 @@ #include #include #include #include #include +#include #include "oct-sort.cc" // ======= Cruft to support ancient versions of Octave ========= #ifndef OCTAVE_LOCAL_BUFFER #include diff -NrU5 octave-forge-2006.03.17.orig/main/comm/gf.cc octave-forge-2006.03.17/main/comm/gf.cc --- octave-forge-2006.03.17.orig/main/comm/gf.cc 2005-10-12 20:47:48.000000000 +0200 +++ octave-forge-2006.03.17/main/comm/gf.cc 2008-04-26 23:55:02.000000000 +0200 @@ -47,10 +47,11 @@ */ #include "galois.h" #include "ov-galois.h" #include +#include #include #ifndef OCTAVE_LOCAL_BUFFER #include #define OCTAVE_LOCAL_BUFFER(T, buf, size) \ diff -NrU5 octave-forge-2006.03.17.orig/main/fixed/fixedComplex.cc octave-forge-2006.03.17/main/fixed/fixedComplex.cc --- octave-forge-2006.03.17.orig/main/fixed/fixedComplex.cc 2004-07-06 22:55:23.000000000 +0200 +++ octave-forge-2006.03.17/main/fixed/fixedComplex.cc 2008-04-27 00:01:13.000000000 +0200 @@ -23,10 +23,11 @@ */ #include #include +#include #include "int/fixed.h" #include "fixedComplex.h" #if !defined (CXX_ISO_COMPLIANT_LIBRARY) #error "Need ISO compliant C++ libraries. Try a more recent compiler!!!" diff -NrU5 octave-forge-2006.03.17.orig/main/miscellaneous/listen.cc octave-forge-2006.03.17/main/miscellaneous/listen.cc --- octave-forge-2006.03.17.orig/main/miscellaneous/listen.cc 2005-11-16 22:41:07.000000000 +0100 +++ octave-forge-2006.03.17/main/miscellaneous/listen.cc 2008-04-26 23:59:17.000000000 +0200 @@ -9,10 +9,11 @@ #include #include #include #include #include +#include // #include #include #include #include #include diff -NrU5 octave-forge-2006.03.17.orig/main/miscellaneous/mfilename.cc octave-forge-2006.03.17/main/miscellaneous/mfilename.cc --- octave-forge-2006.03.17.orig/main/miscellaneous/mfilename.cc 2005-12-21 21:42:40.000000000 +0100 +++ octave-forge-2006.03.17/main/miscellaneous/mfilename.cc 2008-04-26 23:58:31.000000000 +0200 @@ -20,10 +20,11 @@ */ //#ifdef HAVE_CONFIG_H #include //#endif +#include #include "defun-dld.h" #include "error.h" #include "gripes.h" #include "oct-obj.h" diff -NrU5 octave-forge-2006.03.17.orig/main/plot/graphics.cc octave-forge-2006.03.17/main/plot/graphics.cc --- octave-forge-2006.03.17.orig/main/plot/graphics.cc 2004-01-12 08:39:09.000000000 +0100 +++ octave-forge-2006.03.17/main/plot/graphics.cc 2008-04-27 00:00:18.000000000 +0200 @@ -9,10 +9,11 @@ /* * Graphics extention for hacking gnuplot on X11 */ #include +#include #include #include #include