projects
/
curl
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f12ed8
)
Included stdint.h to get the intptr_t type (needed on OpenBSD at least).
author
Dan Fandrich
<dan@coneharvesters.com>
Thu, 15 May 2008 22:31:23 +0000
(22:31 +0000)
committer
Dan Fandrich
<dan@coneharvesters.com>
Thu, 15 May 2008 22:31:23 +0000
(22:31 +0000)
docs/examples/anyauthput.c
patch
|
blob
|
history
diff --git
a/docs/examples/anyauthput.c
b/docs/examples/anyauthput.c
index 2c8f738ea3011d43d5afd9ca274db62e1bc96391..952c7c2d78fa0e898d6c6b01da22fb2f81518877 100644
(file)
--- a/
docs/examples/anyauthput.c
+++ b/
docs/examples/anyauthput.c
@@
-9,6
+9,7
@@
*/
#include <stdio.h>
+#include <stdint.h>
#include <fcntl.h>
#include <sys/stat.h>
#include <unistd.h>