From: Alex Rousskov Date: Sun, 2 May 2010 17:58:46 +0000 (-0600) Subject: #include "config.h" because "make check" does not. X-Git-Tag: SQUID_3_2_0_1~93^2~19 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ece5481a7180467cb9005def3583f43f037c14fd;p=thirdparty%2Fsquid.git #include "config.h" because "make check" does not. --- diff --git a/src/ipc/TypedMsgHdr.h b/src/ipc/TypedMsgHdr.h index 2ed26060a9..fafa048f5d 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 "config.h" #include #include #if HAVE_SYS_UN_H