summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 */