diff options
| author | erdgeist <> | 2010-10-11 13:57:53 +0000 |
|---|---|---|
| committer | erdgeist <> | 2010-10-11 13:57:53 +0000 |
| commit | 8f209c6c0c877ebb705c9c97cc78a26e48e00a52 (patch) | |
| tree | c00c1f95038a190acd9e40cc3513b1e9b59d4aa3 | |
| parent | db52d59bd2769cc4cc81a20bfd58c07ed34d619c (diff) | |
Need locale.h
| -rwxr-xr-x | vchat-client.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vchat-client.c b/vchat-client.c index 352530e..7324cda 100755 --- a/vchat-client.c +++ b/vchat-client.c | |||
| @@ -26,6 +26,7 @@ | |||
| 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 | #include <locale.h> | ||
| 29 | #include "vchat.h" | 30 | #include "vchat.h" |
| 30 | 31 | ||
| 31 | /* version of this module */ | 32 | /* version of this module */ |
