This wrong include is triggering compiler warning: implicit declaration of function 'strdup'. --- attrib/interactive.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/attrib/interactive.c b/attrib/interactive.c index 83a0778..a98fe79 100644 --- a/attrib/interactive.c +++ b/attrib/interactive.c @@ -20,7 +20,7 @@ * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * */ -#include <strings.h> +#include <string.h> #include <stdlib.h> #include <stdio.h> #include <glib.h> -- 1.7.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html