From: Christos Tsantilas Date: Tue, 29 May 2012 18:58:03 +0000 (+0300) Subject: Bug 3380: Fix compile error after patch r12149 applied X-Git-Tag: BumpSslServerFirst.take09~3^2~31 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5a7908bb7f9370e5fbb388ee4982dfbcdc8d5998;p=thirdparty%2Fsquid.git Bug 3380: Fix compile error after patch r12149 applied Include the "compat/cmsg.h" header in src/ipc/TypedMsgHdr.h file to allow squid compile. --- diff --git a/src/ipc/TypedMsgHdr.h b/src/ipc/TypedMsgHdr.h index 68d9e5ac28..a3ca266171 100644 --- a/src/ipc/TypedMsgHdr.h +++ b/src/ipc/TypedMsgHdr.h @@ -8,6 +8,7 @@ #ifndef SQUID_IPC_TYPED_MSG_HDR_H #define SQUID_IPC_TYPED_MSG_HDR_H +#include "compat/cmsg.h" #if HAVE_SYS_SOCKET_H #include #endif