From c5a77c7d10bafac25deca8e3c36946df0dc43071 Mon Sep 17 00:00:00 2001 From: "Anthony G. Basile" Date: Sat, 15 Mar 2014 08:16:41 -0400 Subject: Fix issue #87: fails to build on linux headers 3.13 Commit 80b10107cb added #include in src/accelerometer and friends for builds on uclibc. This only works with glibc and musl systems with linux headers 3.9 but fails with linux headers 3.13. We keep but drop . Signed-off-by: Anthony G. Basile --- src/ata_id/ata_id.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ata_id') diff --git a/src/ata_id/ata_id.c b/src/ata_id/ata_id.c index a25c713a6c..500669ce94 100644 --- a/src/ata_id/ata_id.c +++ b/src/ata_id/ata_id.c @@ -23,7 +23,6 @@ #include #include #include -#include #include #include #include -- cgit v1.2.3-54-g00ecf