summaryrefslogtreecommitdiffstats
path: root/btio/btio.c
diff options
context:
space:
mode:
Diffstat (limited to 'btio/btio.c')
-rw-r--r--btio/btio.c4
1 files changed, 4 insertions, 0 deletions
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)