From 4d7138a45cdc1a2cb8e65654dbb88c4e44e84094 Mon Sep 17 00:00:00 2001
From: Hallvard Furuseth <hallvard@openldap.org>
Date: Sat, 6 Mar 1999 06:24:15 +0000
Subject: [PATCH] include ldap_pvt_thread.h, to verify func declarations
 against their definitinos

---
 libraries/libldap_r/thr_sleep.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/libraries/libldap_r/thr_sleep.c b/libraries/libldap_r/thr_sleep.c
index 001bb1a83b..97ad586424 100644
--- a/libraries/libldap_r/thr_sleep.c
+++ b/libraries/libldap_r/thr_sleep.c
@@ -31,6 +31,8 @@
 #include <stdlib.h>
 #include <ac/unistd.h>			/* get sleep() */
 
+#include "ldap_pvt_thread.h"
+
 #if !defined( HAVE_LWP )
 
 /*
-- 
GitLab