diff --git a/btio/btio.c b/btio/btio.c index 918eea87..e84f6d03 100644 --- a/btio/btio.c +++ b/btio/btio.c @@ -40,6 +40,10 @@ #include "btio.h" +#ifndef BT_FLUSHABLE +#define BT_FLUSHABLE 8 +#endif + #define ERROR_FAILED(gerr, str, err) \ g_set_error(gerr, BT_IO_ERROR, BT_IO_ERROR_FAILED, \ str ": %s (%d)", strerror(err), err)