summaryrefslogtreecommitdiff
path: root/crashrep
diff options
context:
space:
mode:
Diffstat (limited to 'crashrep')
-rw-r--r--crashrep/source/unx/main.cxx2
1 files changed, 1 insertions, 1 deletions
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 <vector>
#include <string>
-#if defined (LINUX) || (FREEBSD)
+#if defined (LINUX) || defined (FREEBSD)
#include <netinet/in.h>
#endif