mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-05 18:58:55 -04:00
18 lines
370 B
C
18 lines
370 B
C
$NetBSD: patch-includes.h,v 1.4 2016/01/18 12:53:26 jperkin Exp $
|
|
|
|
Interix support
|
|
|
|
--- includes.h.orig 2015-08-21 04:49:03.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>
|