mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Fix includes
This commit is contained in:
parent
9071e067ec
commit
7b531e8e62
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user