mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-05 22:50:51 -05:00
Fix includes
This commit is contained in:
parent
9071e067ec
commit
7b531e8e62
1 changed files with 2 additions and 2 deletions
|
|
@ -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 a new issue