]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bug 3380: Fix compile error after patch r12149 applied
authorChristos Tsantilas <chtsanti@users.sourceforge.net>
Tue, 29 May 2012 18:58:03 +0000 (21:58 +0300)
committerChristos Tsantilas <chtsanti@users.sourceforge.net>
Tue, 29 May 2012 18:58:03 +0000 (21:58 +0300)
Include the "compat/cmsg.h" header in src/ipc/TypedMsgHdr.h file to allow
squid compile.

src/ipc/TypedMsgHdr.h

index 68d9e5ac287b4348d357fa3d7ce15b0b58595c68..a3ca266171fa50926511896e9af479aa92140f6e 100644 (file)
@@ -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 <sys/socket.h>
 #endif