summaryrefslogtreecommitdiff
path: root/editors/openoffice-2.0-devel/files/patch-crashrep+source+unx+main.cxx
blob: d8eebbf124a5c21000020e2e01d4523e2709e482 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- ../crashrep/source/unx/main.cxx.orig	Wed Jul  2 23:11:07 2003
+++ ../crashrep/source/unx/main.cxx	Sun Jul 13 11:56:28 2003
@@ -73,7 +73,7 @@
 #include <pwd.h>
 #include <pthread.h>
 
-#ifdef LINUX
+#if defined (LINUX) || (FREEBSD)
 #include <netinet/in.h>
 #endif