aboutsummaryrefslogtreecommitdiff
path: root/src/mtasim.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mtasim.c')
-rw-r--r--src/mtasim.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/mtasim.c b/src/mtasim.c
index 2a12a436..8940b7a8 100644
--- a/src/mtasim.c
+++ b/src/mtasim.c
@@ -1,6 +1,6 @@
/*
This file is part of Mailfromd.
- Copyright (C) 2003, 2004, 2007 The Anubis Team.
+ Copyright (C) 2003, 2004, 2007, 2008 The Anubis Team.
Mailfromd is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -36,6 +36,9 @@
# include <readline/readline.h>
# include <readline/history.h>
#endif
+#ifdef HAVE_LOCALE_H
+# include <locale.h>
+#endif
#include <pwd.h>
#include <sys/stat.h>

Return to:

Send suggestions and report system problems to the System administrator.