From d82ae64d16778523fb0460b4ac3894cf6ffd01dd Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Sat, 3 Aug 2019 11:16:55 -0400 Subject: [PATCH] minor tweak for consistency --- src/info.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/info.cpp b/src/info.cpp index 21297c52c6..caa2d6fdd0 100644 --- a/src/info.cpp +++ b/src/info.cpp @@ -60,7 +60,7 @@ #include #endif -#if defined __linux +#if defined(__linux) #include #endif