]> git.ipfire.org Git - thirdparty/squid.git/commit
Cleanup: wrap some C-includes with protective macros
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 14 Sep 2014 14:04:27 +0000 (07:04 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 14 Sep 2014 14:04:27 +0000 (07:04 -0700)
commit7e851a397f262b8fd52184aa927e9c5c9f8359cc
treec35bfccc91dbfe16e30a45bf8c537e1ac3e48e3f
parent88f84de0a380578a21bfc852234633820d4d930f
Cleanup: wrap some C-includes with protective macros

Squid-3 guidelines require that C-header includes should be wrapped
and the absence of wrapping causes build errors on Windows at least for
these ones.
src/ipc/mem/Segment.cc