summaryrefslogtreecommitdiff
path: root/openbsd-compat/port-uw.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsd-compat/port-uw.h')
-rw-r--r--openbsd-compat/port-uw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/openbsd-compat/port-uw.h b/openbsd-compat/port-uw.h
index f16bb5e5c..3589b2e44 100644
--- a/openbsd-compat/port-uw.h
+++ b/openbsd-compat/port-uw.h
@@ -24,7 +24,7 @@
24 24
25#include "includes.h" 25#include "includes.h"
26 26
27#ifdef HAVE_LIBIAF 27#if defined(HAVE_LIBIAF) && !defined(BROKEN_LIBIAF)
28char * get_iaf_password(struct passwd *pw); 28char * get_iaf_password(struct passwd *pw);
29#endif /* HAVE_LIBIAF */ 29#endif
30 30