summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Fandrich <dan@coneharvesters.com>2008-05-15 22:31:23 +0000
committerDan Fandrich <dan@coneharvesters.com>2008-05-15 22:31:23 +0000
commitade57a781cfc3ec6877acd6ab30225c20e3efd09 (patch)
tree05328ead494b2d3dbe24f60a2c04122cc7872dd9
parent9f12ed83f28f15b11bf72f43a3f67a04b545370e (diff)
downloadgnurl-ade57a781cfc3ec6877acd6ab30225c20e3efd09.tar.gz
gnurl-ade57a781cfc3ec6877acd6ab30225c20e3efd09.tar.bz2
gnurl-ade57a781cfc3ec6877acd6ab30225c20e3efd09.zip
Included stdint.h to get the intptr_t type (needed on OpenBSD at least).
-rw-r--r--docs/examples/anyauthput.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/examples/anyauthput.c b/docs/examples/anyauthput.c
index 2c8f738ea..952c7c2d7 100644
--- 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>