Skip to content

Commit d28fd20

Browse files
fixup: windows include
1 parent f676b8f commit d28fd20

File tree

1 file changed

+4
-1
lines changed
  • core/src/Streamly/Internal/FileSystem

1 file changed

+4
-1
lines changed

core/src/Streamly/Internal/FileSystem/Path.hs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,10 @@
119119
--
120120

121121
#define IS_PORTABLE
122+
122123
#if defined(mingw32_HOST_OS) || defined(__MINGW32__)
123124
#define IS_WINDOWS
124-
#endif
125+
#include "Streamly/Internal/FileSystem/WindowsPath.hs"
126+
#else
125127
#include "Streamly/Internal/FileSystem/PosixPath.hs"
128+
#endif

0 commit comments

Comments
 (0)