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,9 +1,9 @@
/*
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
the Free Software Foundation; either version 3 of the License, or
(at your option) any later version.
@@ -33,12 +33,15 @@
#include <sys/types.h>
#include <dirent.h>
#ifdef HAVE_READLINE_READLINE_H
# include <readline/readline.h>
# include <readline/history.h>
#endif
+#ifdef HAVE_LOCALE_H
+# include <locale.h>
+#endif
#include <pwd.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/socket.h>
#include <netinet/in.h>

Return to:

Send suggestions and report system problems to the System administrator.