1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-08 17:42:12 +03:00
1999-04-29  Ulrich Drepper  <drepper@cygnus.com>

	* nss/getXXbyYY_r.c: Include assert.h.
	* nss/getXXbyYY.c: Likewise.
This commit is contained in:
Ulrich Drepper
1999-04-29 13:19:45 +00:00
parent 619cba73db
commit 344c67b616
4 changed files with 11 additions and 4 deletions

View File

@@ -17,6 +17,7 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include <assert.h>
#include <errno.h>
#include "nsswitch.h"
#ifdef USE_NSCD