]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Windows build fix: include cmsg.h in libcompat.
authorFrancesco Chemolli <kinkie@squid-cache.org>
Mon, 30 Jan 2012 16:19:37 +0000 (17:19 +0100)
committerFrancesco Chemolli <kinkie@squid-cache.org>
Mon, 30 Jan 2012 16:19:37 +0000 (17:19 +0100)
compat/Makefile.am

index c9a72487d078632834aa562ecfa46dccd28b2dc9..a3e3ff257aca6a9263fd8cdf63f4a3a2015d34e1 100644 (file)
@@ -13,6 +13,7 @@ noinst_LIBRARIES = libcompat-squid.a
 libcompat_squid_a_SOURCES = \
        assert.cc \
        assert.h \
+       cmsg.h \
        compat.cc \
        compat.h \
        compat_shared.h \