This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[patch] ia64 compile fix


Hi

In order to compile 2.2-cvs under Linux/ia64 I need the following
patch. Basically localdef.h relies on __LC_LAST being defined hence it
seems reasonable for it to include "config.h" where it is defined.

Or am I missing something?

Jes

2002-02-11  Jes Sorensen  <jes@trained-monkey.org>

	* locale/programs/localedef.h: Include "config.h" to get
	definition of __LC_LAST. 

--- locale/programs/localedef.h~	Sun Feb 10 12:06:59 2002
+++ locale/programs/localedef.h	Sun Feb 10 19:13:23 2002
@@ -26,6 +26,7 @@
 #include <stddef.h>
 #include <errno.h>
 
+#include "config.h"
 #include "repertoire.h"
 
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]