Commits

Bernd Kuhls committed 0c65b074bc4
package/libmicrohttpd: Fix build with !C99 compilers The code assumes C99 mode for loop variables, so ensure it is used. Fixes http://autobuild.buildroot.net/results/734/734652bbdd7b6b18a8d67a30fe03bed62cd644e7/ http://autobuild.buildroot.net/results/d03/d03d36bfd4a97ff8091a815a45b4670bff992233/ [Peter: fixup/extend commit message] Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>