@@ -56,11 +56,13 @@ # import "OFHTTPRequestReply.h" # import "OFHTTPClient.h" # import "OFHTTPServer.h" #endif -#import "OFProcess.h" +#ifdef OF_HAVE_PROCESSES +# import "OFProcess.h" +#endif #import "OFHash.h" #import "OFMD5Hash.h" #import "OFSHA1Hash.h"