blob: f5830f75a861f40143278cce163f4f00d9a2ed39 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ai,v 1.1 2006/01/10 18:58:33 joerg Exp $
--- ckuus4.c.orig 2006-01-10 18:54:37.000000000 +0000
+++ ckuus4.c
@@ -34,8 +34,9 @@
#include "ck_ssl.h"
#endif /* CK_SSL */
+#include <errno.h>
+
#ifdef VMS
-#include <errno.h> /* For \v(errno) */
extern char * ckvmserrstr(unsigned long);
#ifndef OLD_VMS
#include <lib$routines.h> /* Not for VAX C 2.4 */
|