]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
#include "config.h" because "make check" does not.
authorAlex Rousskov <rousskov@measurement-factory.com>
Sun, 2 May 2010 17:58:46 +0000 (11:58 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Sun, 2 May 2010 17:58:46 +0000 (11:58 -0600)
src/ipc/TypedMsgHdr.h

index 2ed26060a9846deb40bcff248e2df18237ac4bde..fafa048f5dff41db11069da3f3e84bb36e8ae914 100644 (file)
@@ -8,6 +8,7 @@
 #ifndef SQUID_IPC_TYPED_MSG_HDR_H
 #define SQUID_IPC_TYPED_MSG_HDR_H
 
+#include "config.h"
 #include <sys/types.h>
 #include <sys/socket.h>
 #if HAVE_SYS_UN_H