lock: fix debian build without HAVE_PTHREAD_RWLOCK

This commit is contained in:
Richard Aas 2016-03-07 13:06:24 +00:00
parent 47b59eb920
commit f62154f42a

View file

@ -3,6 +3,7 @@
*
* Copyright (C) 2010 Creytiv.com
*/
#define _DEFAULT_SOURCE 1
#define __USE_UNIX98 1
#include <pthread.h>
#include <re_types.h>