summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorerdgeist <>2003-12-15 19:53:34 +0000
committererdgeist <>2003-12-15 19:53:34 +0000
commit425d95147c6067a40490dc1873c582afe1cdb9a9 (patch)
tree38eb9cbc404fc2ae1d797f5221f2c841b8ff267c
parent9707986d30b33e5b652c8d26931c94908632e565 (diff)
langinfo.h not needed here
-rwxr-xr-xvchat-client.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vchat-client.c b/vchat-client.c
index f30e1c0..d7d1998 100755
--- a/vchat-client.c
+++ b/vchat-client.c
@@ -28,7 +28,6 @@
28#include <openssl/ssl.h> 28#include <openssl/ssl.h>
29#ifndef NO_LOCALE 29#ifndef NO_LOCALE
30#include <locale.h> 30#include <locale.h>
31#include <langinfo.h>
32#endif 31#endif
33#include "vchat.h" 32#include "vchat.h"
34 33