@@ -19,11 +19,15 @@ #endif #ifndef __STDC_CONSTANT_MACROS # define __STDC_CONSTANT_MACROS #endif -#include +#include "objfw-defs.h" + +#ifdef OF_HAVE_SYS_TYPES_H +# include +#endif #import "OFStream.h" #import "OFString.h" #ifdef OF_WINDOWS