blob: 73f0dd1010eea5cb92a10f46667c9e625aeb9c93 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ae,v 1.9 2005/03/07 23:29:49 tv Exp $
--- includes.h.orig 2004-08-14 10:01:48.000000000 -0400
+++ includes.h
@@ -163,6 +163,10 @@ static /**/const char *const rcsid[] = {
#ifdef HAVE_READPASSPHRASE_H
# include <readpassphrase.h>
#endif
+#ifdef HAVE_INTERIX
+# include <interix/env.h>
+# include <interix/security.h>
+#endif
#ifdef HAVE_IA_H
# include <ia.h>
|