]> granicus.if.org Git - curl/commitdiff
Included stdint.h to get the intptr_t type (needed on OpenBSD at least).
authorDan Fandrich <dan@coneharvesters.com>
Thu, 15 May 2008 22:31:23 +0000 (22:31 +0000)
committerDan Fandrich <dan@coneharvesters.com>
Thu, 15 May 2008 22:31:23 +0000 (22:31 +0000)
docs/examples/anyauthput.c

index 2c8f738ea3011d43d5afd9ca274db62e1bc96391..952c7c2d78fa0e898d6c6b01da22fb2f81518877 100644 (file)
@@ -9,6 +9,7 @@
  */
 
 #include <stdio.h>
+#include <stdint.h>
 #include <fcntl.h>
 #include <sys/stat.h>
 #include <unistd.h>