From 1dc085e42585c7b4fd0024cad64974d4d559fb00 Mon Sep 17 00:00:00 2001 From: David Tardon Date: Sun, 15 Sep 2013 09:19:01 +0200 Subject: fix thinko Change-Id: I258d0d43e8a96c8295ec0b34fd4431b172947a27 --- crashrep/source/unx/main.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crashrep') diff --git a/crashrep/source/unx/main.cxx b/crashrep/source/unx/main.cxx index 5bef30d984b2..6dc8e19e68b2 100644 --- a/crashrep/source/unx/main.cxx +++ b/crashrep/source/unx/main.cxx @@ -34,7 +34,7 @@ #include #include -#if defined (LINUX) || (FREEBSD) +#if defined (LINUX) || defined (FREEBSD) #include #endif -- cgit