Skip to content
Snippets Groups Projects
Commit 7b531e8e authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Fix includes

parent 9071e067
No related branches found
No related tags found
No related merge requests found
......@@ -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)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment