Diff between 51ab3c975f846a5b25dbfd1d078d881a1a713535 and 29a46bf7dbdb7438015ffb7328e67682c05d895f

Changed Files

File Additions Deletions Status
btio/btio.c +4 -0 modified

Full Patch

diff --git a/btio/btio.c b/btio/btio.c
index 918eea8..e84f6d0 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)