Fix includes

This commit is contained in:
Kurt Zeilenga 1998-08-30 17:52:37 +00:00
parent 9071e067ec
commit 7b531e8e62

View 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)
{