Re: [media-ctl PATCH] Add missing stdlib.h and ctype.h includes

2013-03-25 Thread Laurent Pinchart
Hi Andreas, Thanks for the patch, and sorry for the late reply. On Monday 18 February 2013 01:12:44 Andreas Bombe wrote: > src/mediactl.c needs ctype.h for its use of isspace(). > > src/v4l2subdev.c needs stdlib.h for strtoul() and ctype.h for isspace() > and isupper(). > > Signed-off-by: Andre

[media-ctl PATCH] Add missing stdlib.h and ctype.h includes

2013-02-17 Thread Andreas Bombe
src/mediactl.c needs ctype.h for its use of isspace(). src/v4l2subdev.c needs stdlib.h for strtoul() and ctype.h for isspace() and isupper(). Signed-off-by: Andreas Bombe --- src/mediactl.c |1 + src/v4l2subdev.c |2 ++ 2 files changed, 3 insertions(+) diff --git a/src/mediactl.c b/s