c++: Fix (some) solaris breakage
authorNathan Sidwell <nathan@acm.org>
Wed, 16 Dec 2020 13:10:16 +0000 (05:10 -0800)
committerNathan Sidwell <nathan@acm.org>
Wed, 16 Dec 2020 13:18:39 +0000 (05:18 -0800)
commit6ff747f023cb4e6289a48dca608ef150e7410b00
treede2b73b4f7b8ddcbe39918212dfcd65845645718
parent1c4aefb6818bf0850a3c3263e66fbf9673f069fd
c++: Fix (some) solaris breakage

Solaris' sys/socket uses the poisoned bcopy identifier, so we must
preemptively copy a bit of cody's inclusion logic to get it earlier.

gcc/cp/
* mapper-client.cc: Include sys/socket.h before system.h.
gcc/cp/mapper-client.cc