]> git.ipfire.org Git - thirdparty/squid.git/commit
Portability: add include guards to ldap_backend.cc (#2021)
authorFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Sat, 15 Mar 2025 05:00:49 +0000 (05:00 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Sat, 15 Mar 2025 05:00:52 +0000 (05:00 +0000)
commit716671aca1ef8faeb4f8aadf17fe896a4cf9c837
treed27d2d79fb40e9bbdc1d7e97f6e359a0b0e3600e
parent403e7a612986d55297448b22517e17e49503d02e
Portability: add include guards to ldap_backend.cc (#2021)

In the non-Windows case, we unconditinoally
include some system headers. Add conditions
for improved portability

Fixes error:
```
src/auth/digest/LDAP/ldap_backend.cc:49:10:
   fatal error: lber.h: No such file or directory
```
src/auth/digest/LDAP/ldap_backend.cc