diff options
| author | erdgeist <> | 2010-08-27 13:27:18 +0000 |
|---|---|---|
| committer | erdgeist <> | 2010-08-27 13:27:18 +0000 |
| commit | a2e3e32235f40f135e34906db887428a3dc52e5a (patch) | |
| tree | 73ead3a300a8c0a6d99d8fdc040dd1e845d7a9cd /vchat-client.c | |
| parent | f2ac28407ad81b805dada001b862b2fe130c9dcc (diff) | |
Make locale options non-optional. Everyone's expected to have locale.h nowadays.
Diffstat (limited to 'vchat-client.c')
| -rwxr-xr-x | vchat-client.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vchat-client.c b/vchat-client.c index 05e0b3d..c6fa34d 100755 --- a/vchat-client.c +++ b/vchat-client.c | |||
| @@ -26,9 +26,6 @@ | |||
| 26 | #include <errno.h> | 26 | #include <errno.h> |
| 27 | #include <signal.h> | 27 | #include <signal.h> |
| 28 | #include <readline/readline.h> | 28 | #include <readline/readline.h> |
| 29 | #ifndef NO_LOCALE | ||
| 30 | #include <locale.h> | ||
| 31 | #endif | ||
| 32 | #include "vchat.h" | 29 | #include "vchat.h" |
| 33 | 30 | ||
| 34 | /* version of this module */ | 31 | /* version of this module */ |
