diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-04-29 13:19:45 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-04-29 13:19:45 +0000 |
commit | 344c67b616bf39d33700cc77ff5c6ec2d5ba295c (patch) | |
tree | 243c04d08b911c2de7a6e1e6848e5fc35060f10b /nss/getXXbyYY_r.c | |
parent | 619cba73db0d12e4cd94bfe5f3c3d7be3e82f006 (diff) | |
download | glibc-344c67b616bf39d33700cc77ff5c6ec2d5ba295c.tar.gz glibc-344c67b616bf39d33700cc77ff5c6ec2d5ba295c.tar.xz glibc-344c67b616bf39d33700cc77ff5c6ec2d5ba295c.zip |
Update.
1999-04-29 Ulrich Drepper <drepper@cygnus.com> * nss/getXXbyYY_r.c: Include assert.h. * nss/getXXbyYY.c: Likewise.
Diffstat (limited to 'nss/getXXbyYY_r.c')
-rw-r--r-- | nss/getXXbyYY_r.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nss/getXXbyYY_r.c b/nss/getXXbyYY_r.c index 33b4fc94e8..7b10304a32 100644 --- a/nss/getXXbyYY_r.c +++ b/nss/getXXbyYY_r.c @@ -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 |