]> git.ipfire.org Git - thirdparty/squid.git/commit
Bug 3698: Add missing include to xstrerror.h
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 2 Dec 2012 21:25:28 +0000 (14:25 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 2 Dec 2012 21:25:28 +0000 (14:25 -0700)
commit2a3583ac425519d39ba1ac1d18190ab1e51e3048
tree1cfbdd39026fb61f8e6fcf0bcc479ec0e227d254
parentd66163d55648b4be88a8b6be0714a96db21d09ca
Bug 3698: Add missing include to xstrerror.h

later versions were fixed as poart of trunk rev.12290 which added a lot
of errno.h includes. However all that is needed is this one to pull it
in through libcompat headers which cover all .cc.

xstrerror.h is the right place to add the include because it is the place
presenting a macro inlining the dependency.
compat/xstrerror.h