# HG changeset patch # User Rafael Laboissiere # Date 1235419602 -3600 # Node ID e896fba7e3d481614727529034ef88c8e88834b6 # Parent 8bc4e0ae758cf555155f572f450fe59f1dc419ce include cstdio where needed diff --git a/liboctave/ChangeLog b/liboctave/ChangeLog --- a/liboctave/ChangeLog +++ b/liboctave/ChangeLog @@ -1,3 +1,7 @@ +2008-01-15 Rafael Laboissiere + + * oct-md5.cc: Include . + 2008-10-28 Brian Gough * lo-specfun.cc (zbesi): Fix scaling factor for negative alpha. diff --git a/liboctave/oct-md5.cc b/liboctave/oct-md5.cc --- a/liboctave/oct-md5.cc +++ b/liboctave/oct-md5.cc @@ -20,13 +20,15 @@ */ -#include -#include - #ifdef HAVE_CONFIG_H #include "config.h" #endif +#include + +#include +#include + #include "lo-error.h" #include "oct-md5.h" #include "md5.h" diff --git a/scripts/ChangeLog b/scripts/ChangeLog --- a/scripts/ChangeLog +++ b/scripts/ChangeLog @@ -1,3 +1,7 @@ +2008-01-15 Rafael Laboissiere + + * gethelp.cc: Include . + 2009-02-14 Tatsuro MATSUOKA * miscellaneous/fileparts.m: Fix again. diff --git a/scripts/gethelp.cc b/scripts/gethelp.cc --- a/scripts/gethelp.cc +++ b/scripts/gethelp.cc @@ -24,8 +24,10 @@ #define __USE_STD_IOSTREAM #endif +#include + +#include #include -#include #ifndef NPOS #define NPOS std::string::npos