forked from AuroraMiddleware/gtk
Don't include langinfo.h unconditionally. (#341217)
2006-05-10 Matthias Clasen <mclasen@redhat.com> * gtk/gtkpagesetupunixdialog.c: Don't include langinfo.h unconditionally. (#341217)
This commit is contained in:
parent
b6cae8f809
commit
2c4d8aa868
@ -1,3 +1,8 @@
|
||||
2006-05-10 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkpagesetupunixdialog.c: Don't include langinfo.h
|
||||
unconditionally. (#341217)
|
||||
|
||||
2006-05-10 John (J5) Palmieri <johnp@redhat.com>
|
||||
|
||||
* modules/printbackends/cups/gtkprintbackendcups.c:
|
||||
|
@ -1,3 +1,8 @@
|
||||
2006-05-10 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* gtk/gtkpagesetupunixdialog.c: Don't include langinfo.h
|
||||
unconditionally. (#341217)
|
||||
|
||||
2006-05-10 John (J5) Palmieri <johnp@redhat.com>
|
||||
|
||||
* modules/printbackends/cups/gtkprintbackendcups.c:
|
||||
|
@ -21,7 +21,10 @@
|
||||
#include "config.h"
|
||||
#include <string.h>
|
||||
#include <locale.h>
|
||||
|
||||
#ifdef HAVE__NL_MEASUREMENT_MEASUREMENT
|
||||
#include <langinfo.h>
|
||||
#endif
|
||||
|
||||
#include "gtkintl.h"
|
||||
#include "gtkprivate.h"
|
||||
|
Loading…
Reference in New Issue
Block a user