summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2013-02-28 12:05:07 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2013-02-28 12:05:07 +0100
commit4152b32e044e6508b506d8ac9352f8585a720e3c (patch)
tree140511f98660bc39c77019a5d3f597469ed13e3f /tools
parent1ee7ab82af3f1b76d99c5e92643281132c750cd6 (diff)
downloadneard-4152b32e044e6508b506d8ac9352f8585a720e3c.tar.gz
neard-4152b32e044e6508b506d8ac9352f8585a720e3c.tar.bz2
neard-4152b32e044e6508b506d8ac9352f8585a720e3c.zip
nfctool: Use nfc_copy.h instead of the system NFC header
Diffstat (limited to 'tools')
-rw-r--r--tools/nfctool/adapter.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/nfctool/adapter.c b/tools/nfctool/adapter.c
index 1beb5b1..870bfb2 100644
--- a/tools/nfctool/adapter.c
+++ b/tools/nfctool/adapter.c
@@ -24,9 +24,10 @@
#include <errno.h>
#include <string.h>
#include <sys/socket.h>
-#include <linux/nfc.h>
#include <glib.h>
+#include <near/nfc_copy.h>
+
#include "adapter.h"
#include "nfctool.h"
#include "netlink.h"