summaryrefslogtreecommitdiffstats
path: root/include/sysinc.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sysinc.h')
-rw-r--r--include/sysinc.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sysinc.h b/include/sysinc.h
index 6967d936..33912ac9 100644
--- a/include/sysinc.h
+++ b/include/sysinc.h
@@ -270,6 +270,10 @@
# include <unistd.h>
#endif
+#ifdef HAVE_LBER_H
+# include <lber.h>
+#endif
+
#ifdef HAVE_GETOPT_H
# ifdef HAVE_GETOPT_LONG
# define _GNU_SOURCE