diff options
author | Marcel Holtmann <marcel@holtmann.org> | 2006-08-16 10:54:06 +0000 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2006-08-16 10:54:06 +0000 |
commit | a1bc48d15a5d6e78efe744eb7b27b6421cb7222f (patch) | |
tree | a7880f87c2585311975e4087d36255c9f1f0b7ec /dund/main.c | |
parent | a23442be507d9384175898a28fb72c35f790fbd1 (diff) |
Convert to using ppoll() and pselect()
Diffstat (limited to 'dund/main.c')
-rw-r--r-- | dund/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/dund/main.c b/dund/main.c index bb96d639..868f57fe 100644 --- a/dund/main.c +++ b/dund/main.c @@ -37,7 +37,6 @@ #include <getopt.h> #include <sys/socket.h> -#include <sys/poll.h> #include <bluetooth/bluetooth.h> #include <bluetooth/hci.h> |