Commit c4bc1d47 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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
parent 5b7e1f9e
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -26,8 +26,6 @@
#else
#  ifdef __VMS
     typedef int intptr_t;
#  else
#    include <stdint.h>
#  endif
#  include <unistd.h>
#endif