]> git.sur5r.net Git - openldap/commitdiff
Fix includes
authorKurt Zeilenga <kurt@openldap.org>
Sun, 30 Aug 1998 17:52:37 +0000 (17:52 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 30 Aug 1998 17:52:37 +0000 (17:52 +0000)
libraries/liblthread/rdwr.c

index 51c15e8e30afb084d9c16c09c89f87e7e0568070..cbf997a6cc7398f378d5354d09eee01763d2c2bb 100644 (file)
@@ -17,8 +17,8 @@
  * 
  * Library of functions implementing reader/writer locks
  */
-#include <pthread.h>
-#include "rdwr.h"
+#include <lthread.h>
+#include <lthread_rdwr.h>
 
 int pthread_rdwr_init_np(pthread_rdwr_t *rdwrp, pthread_rdwrattr_t *attrp)
 {