diff options
Diffstat (limited to 'libpthread/nptl/pthread_cond_init.c')
-rw-r--r-- | libpthread/nptl/pthread_cond_init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libpthread/nptl/pthread_cond_init.c b/libpthread/nptl/pthread_cond_init.c index fd5c84c34..5e2e6704a 100644 --- a/libpthread/nptl/pthread_cond_init.c +++ b/libpthread/nptl/pthread_cond_init.c @@ -17,6 +17,7 @@ Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ +#include <shlib-compat.h> #include "pthreadP.h" |