summaryrefslogtreecommitdiffstats
path: root/rfcomm
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2008-12-23 06:04:29 +0100
committerMarcel Holtmann <marcel@holtmann.org>2008-12-23 06:04:29 +0100
commitf58470a0e841d917c1d33ce5393d7882bd92d7f3 (patch)
tree15a7466a5597b581f618e68cec882c783f325405 /rfcomm
parent5e0ca52b4cc7136c11d0e9a8b97b12adb51061f8 (diff)
Add nasty workaround to avoid compiler warning
Diffstat (limited to 'rfcomm')
-rw-r--r--rfcomm/lexer.l3
1 files changed, 3 insertions, 0 deletions
diff --git a/rfcomm/lexer.l b/rfcomm/lexer.l
index 234f5215..e15c8abe 100644
--- a/rfcomm/lexer.l
+++ b/rfcomm/lexer.l
@@ -26,6 +26,9 @@
#include <config.h>
#endif
+/* Nasty workaround, but flex defines isatty() twice */
+#define _UNISTD_H
+
#include <stdio.h>
#include <errno.h>
#include <sys/socket.h>