summaryrefslogtreecommitdiff
path: root/compat/nss_compat.h
diff options
context:
space:
mode:
Diffstat (limited to 'compat/nss_compat.h')
-rw-r--r--compat/nss_compat.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/compat/nss_compat.h b/compat/nss_compat.h
index 2e2cfb3..f38463e 100644
--- a/compat/nss_compat.h
+++ b/compat/nss_compat.h
@@ -2,6 +2,7 @@
nss_compat.h - compatibility definitions for NSS functions
Copyright (C) 2010 Arthur de Jong
+ Copyright (C) 2010 Symas Corporation
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -42,6 +43,12 @@
#ifdef HAVE_RPC_RPCENT_H
#include <rpc/rpcent.h>
#endif /* HAVE_RPC_RPCENT_H */
+#ifdef HAVE_NSS_DBDEFS_H
+#include <nss_dbdefs.h>
+#endif /* HAVE_NSS_DBDEFS_H */
+#ifdef HAVE_NSSWITCH_H
+#include <nsswitch.h>
+#endif /* HAVE_NSSWITCH_H */
#include "compat/ether.h"