cmcfarlen commented on code in PR #9511: URL: https://github.com/apache/trafficserver/pull/9511#discussion_r1145283425
########## src/traffic_server/traffic_server.cc: ########## @@ -77,7 +77,7 @@ extern "C" int plock(int); #include "tscore/I_Layout.h" #include "I_Machine.h" #include "records/I_RecordsConfig.h" -#include "records/I_RecProcess.h" +#include "RecProcess.h" Review Comment: Maybe, but there isn't an include/iocore directory and everything that depends on this already has iocore/eventsystem in their include path. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
