]> granicus.if.org Git - curl/commitdiff
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)
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

index 6b3d74a4b0bc695adae9c686aa520b30f51da482..76fa158532d6ba3ee157610c72b370d195b0253d 100644 (file)
@@ -26,8 +26,6 @@
 #else
 #  ifdef __VMS
      typedef int intptr_t;
-#  else
-#    include <stdint.h>
 #  endif
 #  include <unistd.h>
 #endif