# HG changeset patch # User Markus Mützel # Date 1683370666 -7200 # Node ID b0785d76430a3fdc11c8ad3c072de86748cfbbd7 # Parent 632f9b828de1d8529ddfc6e99a0ff251533a1605 oct-glob.cc: Include "lo-sysdep.h" on all platforms (bug #59711). diff -r 632f9b828de1 -r b0785d76430a liboctave/util/oct-glob.cc --- a/liboctave/util/oct-glob.cc Sat May 06 10:56:33 2023 +0200 +++ b/liboctave/util/oct-glob.cc Sat May 06 12:57:46 2023 +0200 @@ -35,14 +35,13 @@ #include "oct-glob.h" #include "file-ops.h" #include "file-stat.h" +#include "lo-sysdep.h" #include "unwind-prot.h" #if defined (OCTAVE_USE_WINDOWS_API) # include # include # include - -# include "lo-sysdep.h" #endif // These functions are defined here and not in glob_match.cc so that we