18 lines
367 B
C
18 lines
367 B
C
$NetBSD: patch-includes.h,v 1.3 2015/07/09 16:14:23 taca Exp $
|
|
|
|
Interix support
|
|
|
|
--- includes.h.orig 2015-07-01 02:35:31.000000000 +0000
|
|
+++ includes.h
|
|
@@ -127,6 +127,10 @@
|
|
#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>
|