summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <>2010-10-11 13:57:53 +0000
committererdgeist <>2010-10-11 13:57:53 +0000
commit8f209c6c0c877ebb705c9c97cc78a26e48e00a52 (patch)
treec00c1f95038a190acd9e40cc3513b1e9b59d4aa3
parentdb52d59bd2769cc4cc81a20bfd58c07ed34d619c (diff)
Need locale.h
-rwxr-xr-xvchat-client.c1
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 */