mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
16 lines
398 B
Plaintext
16 lines
398 B
Plaintext
$NetBSD: patch-aa,v 1.3 2010/07/14 07:14:29 manu Exp $
|
|
--- src/test.c.orig 2010-06-25 16:25:28.000000000 +0200
|
|
+++ src/test.c 2010-06-25 16:25:39.000000000 +0200
|
|
@@ -1,9 +1,11 @@
|
|
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
|
|
#include <security/pam_appl.h>
|
|
+#ifndef OPENPAM
|
|
#include <security/pam_misc.h>
|
|
+#endif /* OPENPAM */
|
|
#include <security/pam_modules.h>
|
|
|
|
int main(int argc, char **argv)
|
|
{
|