aboutsummaryrefslogtreecommitdiff
path: root/graphics/digikam-kde4/files/patch-digikam_libs_dcraw_dcraw_parse.cpp
blob: 582fa4299e08c01409e0770db254ce169d9196f8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- digikam/libs/dcraw/dcraw_parse.cpp.orig	Tue Apr 11 13:17:23 2006
+++ digikam/libs/dcraw/dcraw_parse.cpp	Tue Apr 11 13:34:31 2006
@@ -25,7 +25,11 @@
 extern "C" 
 {
 #include <ctype.h>
+#if defined(__FreeBSD__) && __FreeBSD__ < 5
+#include <sys/param.h>
+#else
 #include <netinet/in.h>
+#endif
 }
 
 // C++ includes