anyauthput.c: stdint.h must not be included unconditionally
authorDaniel Stenberg <daniel@haxx.se>
Thu, 28 Apr 2011 20:14:05 +0000 (22:14 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Thu, 28 Apr 2011 20:14:05 +0000 (22:14 +0200)
commitc4bc1d473f324220738f2c60984b3a8ee198bc38
tree7a47d9c70efccf06e5133b2abafac60f6662621a
parent5b7e1f9efede93b7bf97b31052bc0908f184db51
anyauthput.c: stdint.h must not be included unconditionally

As it is already included by curlbuild.h if it exists on the platform it
was included here superfluously anyway.

Reported by: Dagobert Michelsen
Bug: http://curl.haxx.se/bug/view.cgi?id=3294509
docs/examples/anyauthput.c