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.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/compat/nss_compat.h b/compat/nss_compat.h
index b438b8f..238f77c 100644
--- a/compat/nss_compat.h
+++ b/compat/nss_compat.h
@@ -22,7 +22,12 @@
#ifndef COMPAT__NSS_H
#define COMPAT__NSS_H
+#ifdef HAVE_NSS_H
#include <nss.h>
+#endif /* HAVE_NSS_H */
+#ifdef HAVE_NSS_COMMON_H
+#include <nss_common.h>
+#endif /* HAVE_NSS_COMMON_H */
#ifdef HAVE_ALIASES_H
#include <aliases.h>
#endif