Hi Ian, On Monday 02 of February 2015 00:33:48 Ian Coolidge wrote: > --- > android/log.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/android/log.c b/android/log.c > index 09d226a..8013eba 100644 > --- a/android/log.c > +++ b/android/log.c > @@ -25,7 +25,10 @@ > #endif > > #include <fcntl.h> > +#include <stdarg.h> > #include <stdio.h> > +#include <stdint.h> > +#include <stdlib.h> > #include <unistd.h> > #include <stdbool.h> > #include <time.h> Could you add some explanation to commit message why those are needed? -- Best regards, Szymon Janc -- 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