From a5eaeaa9ff39a5568d9425ec57fd1af5dfe79c90 Mon Sep 17 00:00:00 2001 From: Martin Ebourne Date: Thu, 2 Feb 2006 00:22:26 +0000 Subject: Ignore windows sources in lib/win32 on non-windows platforms. --- bin/bbackupd/BackupDaemon.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bin/bbackupd/BackupDaemon.h') diff --git a/bin/bbackupd/BackupDaemon.h b/bin/bbackupd/BackupDaemon.h index cef09630..8693fe9e 100644 --- a/bin/bbackupd/BackupDaemon.h +++ b/bin/bbackupd/BackupDaemon.h @@ -19,7 +19,9 @@ #include "Socket.h" #include "SocketListen.h" #include "SocketStream.h" -#include "WinNamedPipeStream.h" +#ifdef WIN32 + #include "WinNamedPipeStream.h" +#endif class BackupClientDirectoryRecord; class BackupClientContext; -- cgit v1.2.3