changeset 32079:b0785d76430a

oct-glob.cc: Include "lo-sysdep.h" on all platforms (bug #59711).
author Markus Mützel <markus.muetzel@gmx.de>
date Sat, 06 May 2023 12:57:46 +0200
parents 632f9b828de1
children e9fdfebc6db0
files liboctave/util/oct-glob.cc
diffstat 1 files changed, 1 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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 <windows.h>
 #  include <shlwapi.h>
 #  include <wchar.h>
-
-#  include "lo-sysdep.h"
 #endif
 
 // These functions are defined here and not in glob_match.cc so that we