]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
elfcmp.c: Include <locale.h>.
authorRoland McGrath <roland@redhat.com>
Thu, 28 Jul 2005 07:03:04 +0000 (07:03 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 28 Jul 2005 07:03:04 +0000 (07:03 +0000)
src/ChangeLog
src/elfcmp.c

index 51138c906ea78883c7839b17d48cbd724f64361d..37f455215163afefe2cfd0164b4c36f448e9c6e5 100644 (file)
@@ -1,3 +1,7 @@
+2005-07-27  Roland McGrath  <roland@redhat.com>
+
+       * elfcmp.c: Include <locale.h>.
+
 2005-07-27  Ulrich Drepper  <drepper@redhat.com>
 
        * elfcmp.c: Print name and index of differing section.
index 053a0d170f75e651718c3a8475438e993c951c21..9ba08c194a7c6fec89fd85afb2473f91c6df721b 100644 (file)
@@ -21,6 +21,7 @@
 #include <errno.h>
 #include <error.h>
 #include <fcntl.h>
+#include <locale.h>
 #include <libintl.h>
 #include <stdbool.h>
 #include <stdio.h>