summaryrefslogtreecommitdiff
path: root/crashrep
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2013-09-15 09:19:01 +0200
committerDavid Tardon <dtardon@redhat.com>2013-10-03 15:45:28 +0200
commit1dc085e42585c7b4fd0024cad64974d4d559fb00 (patch)
treeec405552afb4859a2f2285b9b71b27686b410dd5 /crashrep
parent65f3f3a842030d121eb3537c1798d9502bb66f86 (diff)
fix thinko
Change-Id: I258d0d43e8a96c8295ec0b34fd4431b172947a27
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