From 19ce732a13bf7d74b7b95ae17fa92a11e1f99a01 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 24 Jan 2017 13:57:26 +0100 Subject: [PATCH] Fix typo --- src/build-remote/build-remote.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build-remote/build-remote.cc b/src/build-remote/build-remote.cc index 153a91562..345eacb41 100644 --- a/src/build-remote/build-remote.cc +++ b/src/build-remote/build-remote.cc @@ -5,7 +5,7 @@ #include #include #include -if __APPLE__ +#if __APPLE__ #include #endif