]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
bos #42326: _getcwd requires direct.h header bos/42326 10/head
authorNabil Ghodbane <nabil.ghodbane@cea.fr>
Wed, 26 Jun 2024 07:31:30 +0000 (09:31 +0200)
committerNabil Ghodbane <nabil.ghodbane@cea.fr>
Wed, 26 Jun 2024 07:31:30 +0000 (09:31 +0200)
src/Basics/KernelBasis.cxx

index 9b548c55749f92a86f6ce6aeedc768bf6113cd5e..e99ef589e0132d7c9f347531a58487394ac2c038 100644 (file)
@@ -317,6 +317,7 @@ extern "C"
 # include <unistd.h>
 #else
 # include <windows.h>
+# include <direct.h>
 #endif
 }