openbsd-ports/net/curl/patches/patch-docs_examples_anyauthput_c
2011-09-19 10:25:01 +00:00

12 lines
348 B
Plaintext

$OpenBSD: patch-docs_examples_anyauthput_c,v 1.3 2011/09/19 10:25:01 naddy Exp $
--- docs/examples/anyauthput.c.orig Mon Sep 19 11:14:28 2011
+++ docs/examples/anyauthput.c Mon Sep 19 11:14:43 2011
@@ -27,6 +27,7 @@
# ifdef __VMS
typedef int intptr_t;
# endif
+# include <stdint.h>
# include <unistd.h>
#endif
#include <sys/types.h>