summaryrefslogtreecommitdiff
path: root/src/near.h
diff options
context:
space:
mode:
authorSamuel Ortiz <sameo@linux.intel.com>2013-01-31 10:06:16 +0100
committerSamuel Ortiz <sameo@linux.intel.com>2013-01-31 10:09:23 +0100
commitfb7664e2995f2b5bed4b93c7c82aab14c2485eb8 (patch)
treec7e0734ef812065f6deff14139aa8097364ed69b /src/near.h
parente5103c0f2c4b50ade5967b81f57edfb5730ef59d (diff)
downloadneard-fb7664e2995f2b5bed4b93c7c82aab14c2485eb8.tar.gz
neard-fb7664e2995f2b5bed4b93c7c82aab14c2485eb8.tar.bz2
neard-fb7664e2995f2b5bed4b93c7c82aab14c2485eb8.zip
include: Add a copy of the NFC kernel header
With the netlink kernel API changes, including a copy of the NFC header and not relying on the system one will allow clean builds. The drawback could be missing runtime features but that's better than not being able to run the daemon at all.
Diffstat (limited to 'src/near.h')
-rw-r--r--src/near.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/near.h b/src/near.h
index 0628c3b..28b170c 100644
--- a/src/near.h
+++ b/src/near.h
@@ -23,10 +23,10 @@
#include <sys/socket.h>
#include <linux/socket.h>
-#include <linux/nfc.h>
#include <glib.h>
+#include <near/nfc_copy.h>
#include <near/types.h>
struct near_adapter;