$OpenBSD: patch-provider_soap_soapdefs_h,v 1.2 2010/11/17 08:34:06 ajacoutot Exp $
--- provider/soap/soapdefs.h.orig	Wed Oct 20 16:16:21 2010
+++ provider/soap/soapdefs.h	Tue Nov 16 19:14:12 2010
@@ -2,12 +2,19 @@
 #define SOAPDEFS_H_
 
 /* we want soap to use strtod_l */
+#ifndef __OpenBSD__
 #define WITH_C_LOCALE
+#endif
 
 #include <platform.h>
 
+#ifdef __OpenBSD__ 
+#include <sys/types.h>
+#include <sys/select.h>
+#else
 #include <bits/types.h>
 #undef __FD_SETSIZE
 #define __FD_SETSIZE 8192
+#endif
 
 #endif // ndef SOAPDEFS_H_
