$NetBSD: patch-ab,v 1.1.1.1 2006/02/21 09:25:27 bartoszkuzma Exp $

--- bigcrypt.c.orig	2002-05-11 16:42:35.000000000 +0200
+++ bigcrypt.c
@@ -25,7 +25,11 @@
  */
 
 #include <string.h>
+#ifdef __Linux__
 #include <security/_pam_macros.h>
+#else
+#include "_pam_macros.h"
+#endif
 
 char *crypt(const char *key, const char *salt);
 char *bigcrypt(const char *key, const char *salt);
