OSDN Git Service

Move conditional inclusion of locale.h further down.
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>
Thu, 13 Nov 2008 12:22:13 +0000 (13:22 +0100)
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>
Thu, 13 Nov 2008 12:22:13 +0000 (13:22 +0100)
commit01285f20d9f1c51d251bc143dd1c9f2ad026f87b
tree77156257ce26f8c2237ef3784d672f8bd0d11049
parent1a9b839b2f5c841eb2ac782c0f005e721ad5d363
Move conditional inclusion of locale.h further down.

Without this patch, ENABLE_NLS is checked before ever being defined
(aconfig.h is not yet included), and thus locale.h would never be
included even when NLS is enabled.

Signed-off-by: Diego 'Flameeyes' Pettenò <flameeyes@gmail.com>
speaker-test/speaker-test.c