diff options
author | Samuel Ortiz <sameo@linux.intel.com> | 2013-01-31 10:06:16 +0100 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2013-01-31 10:09:23 +0100 |
commit | fb7664e2995f2b5bed4b93c7c82aab14c2485eb8 (patch) | |
tree | c7e0734ef812065f6deff14139aa8097364ed69b /src/near.h | |
parent | e5103c0f2c4b50ade5967b81f57edfb5730ef59d (diff) | |
download | neard-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.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |