# # # patch "netxx_pipe.cc" # from [ebe988aa57428a4b39cb64d7eefcd740424bb696] # to [90e7ce16def908da58f24b6bacdb5f54b7b17f0b] # # patch "unix/tester-plaf.cc" # from [c8573c81ed57a336fc15b27f1c7a646cc02b82c9] # to [db23c14fe19860f95d51463995652cdbbc51cf4b] # ============================================================ --- netxx_pipe.cc ebe988aa57428a4b39cb64d7eefcd740424bb696 +++ netxx_pipe.cc 90e7ce16def908da58f24b6bacdb5f54b7b17f0b @@ -12,8 +12,8 @@ #include "sanity.hh" #include "platform.hh" #include -#include // for operator<< #include // strerror +#include // exit #ifdef WIN32 #include ============================================================ --- unix/tester-plaf.cc c8573c81ed57a336fc15b27f1c7a646cc02b82c9 +++ unix/tester-plaf.cc db23c14fe19860f95d51463995652cdbbc51cf4b @@ -14,17 +14,18 @@ #include "sanity.hh" #include "platform.hh" #include "tester-plaf.hh" +#include #include #include #include -#include +#include #include -#include #include +#include +#include #include -#include -#include +#include using std::string; using std::map;