$OpenBSD: patch-libbluetooth_bluetooth_h,v 1.1.1.1 2005/07/16 20:45:39 grange Exp $ --- libbluetooth/bluetooth.h.orig Sat Jul 16 00:17:58 2005 +++ libbluetooth/bluetooth.h Sat Jul 16 00:22:38 2005 @@ -33,14 +33,24 @@ #define _BLUETOOTH_H_ #include +#ifdef __FreeBSD__ #include +#else +#include +#endif #include #include #include #include +#ifdef __FreeBSD__ #include #include #include +#elif __OpenBSD__ +#include +#include +#include +#endif __BEGIN_DECLS