about summary refs log tree commit diff
path: root/db
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1996-09-11 01:52:48 +0000
committerUlrich Drepper <drepper@redhat.com>1996-09-11 01:52:48 +0000
commitda74e90200dd19f2f40a47135759eab62e8bfce7 (patch)
tree4b55ba7c99d3de4d313cf9180ff58ef525f1900b /db
parent569c558c880779d33c6642662d1aa57dff697244 (diff)
downloadglibc-da74e90200dd19f2f40a47135759eab62e8bfce7.tar.gz
glibc-da74e90200dd19f2f40a47135759eab62e8bfce7.tar.xz
glibc-da74e90200dd19f2f40a47135759eab62e8bfce7.zip
update from main archive 960910
Wed Sep 11 02:57:31 1996  Ulrich Drepper  <drepper@cygnus.com>

	* configure.in: Quote $add_ons argument in loop to generated
	prefices.

Tue Sep 10 20:43:45 1996  Ulrich Drepper  <drepper@cygnus.com>

	* db/makedb.c: Include <locale.h>.  Reported by Fila Kolodny.

Tue Sep 10 13:49:08 1996  Ulrich Drepper  <drepper@cygnus.com>

	* inet/herrno.c: Initialize `h_errno' so that we can provide
	alias.

	* Makefile (version-info.h): Fix typo in shell script.

	* sysdeps/i386/i586/strlen.S: Optimize startup code a bit.
	* sysdeps/i386/i586/strchr.S: Likewise.
Diffstat (limited to 'db')
-rw-r--r--db/makedb.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/makedb.c b/db/makedb.c
index 3dc5b34cbe..db99990195 100644
--- a/db/makedb.c
+++ b/db/makedb.c
@@ -25,6 +25,7 @@ Boston, MA 02111-1307, USA.  */
 #include <fcntl.h>
 #include <getopt.h>
 #include <libintl.h>
+#include <locale.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>