--- libraries/libldap_r/thr_thr.c 2004/01/01 18:15:27 1.15 +++ libraries/libldap_r/thr_thr.c 2008/02/11 23:24:13 1.15.2.5 @@ -1,8 +1,8 @@ /* thr_thr.c - wrappers around solaris threads */ -/* $OpenLDAP: pkg/ldap/libraries/libldap_r/thr_thr.c,v 1.14 2003/11/26 06:16:39 kurt Exp $ */ +/* $OpenLDAP: pkg/ldap/libraries/libldap_r/thr_thr.c,v 1.15.2.4 2007/01/02 21:43:51 kurt Exp $ */ /* This work is part of OpenLDAP Software . * - * Copyright 1998-2004 The OpenLDAP Foundation. + * Copyright 1998-2008 The OpenLDAP Foundation. * All rights reserved. * * Redistribution and use in source and binary forms, with or without @@ -18,7 +18,9 @@ #if defined( HAVE_THR ) -#include "ldap_pvt_thread.h" +#include "ldap_pvt_thread.h" /* Get the thread interface */ +#define LDAP_THREAD_IMPLEMENTATION +#include "ldap_thr_debug.h" /* May rename the symbols defined below */ /******************* * *