Index: src/OFFileIRIHandler.m ================================================================== --- src/OFFileIRIHandler.m +++ src/OFFileIRIHandler.m @@ -31,10 +31,13 @@ #endif #include #ifdef OF_WINDOWS # include #endif +#ifdef OF_DJGPP +# include +#endif #ifdef HAVE_PWD_H # include #endif #ifdef HAVE_GRP_H Index: src/OFFileManager.m ================================================================== --- src/OFFileManager.m +++ src/OFFileManager.m @@ -21,10 +21,13 @@ #include #include "unistd_wrapper.h" #include "platform.h" +#ifdef OF_DJGPP +# include +#endif #ifdef OF_PSP # include #endif #import "OFArray.h"