diff options
Diffstat (limited to 'net/nfc/nci/lib.c')
| -rw-r--r-- | net/nfc/nci/lib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/nfc/nci/lib.c b/net/nfc/nci/lib.c index 6a63e5eb483..ed774a2e989 100644 --- a/net/nfc/nci/lib.c +++ b/net/nfc/nci/lib.c @@ -20,8 +20,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA + * along with this program; if not, see <http://www.gnu.org/licenses/>. * */ @@ -31,6 +30,7 @@ #include <linux/errno.h> #include <net/nfc/nci.h> +#include <net/nfc/nci_core.h> /* NCI status codes to Unix errno mapping */ int nci_to_errno(__u8 code) |
