[patch] ia64 compile fix

Jes Sorensen jes@trained-monkey.org
Mon Feb 11 18:03:00 GMT 2002


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"
 
 



More information about the Libc-hacker mailing list