diff options
-rw-r--r-- | btio/btio.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/btio/btio.c b/btio/btio.c index 918eea875..e84f6d032 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) |