diff --git a/source/blender/blenlib/intern/BLI_bfile.c b/source/blender/blenlib/intern/BLI_bfile.c index 042cf4beffc..d9f6c8ad96f 100644 --- a/source/blender/blenlib/intern/BLI_bfile.c +++ b/source/blender/blenlib/intern/BLI_bfile.c @@ -27,9 +27,9 @@ #include #include #ifndef WIN32 + #include #include #include -// #include #else #include #include "BLI_winstuff.h"