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 @@
1/* 1/*
2 This file is part of Mailfromd. 2 This file is part of Mailfromd.
3 Copyright (C) 2003, 2004, 2007 The Anubis Team. 3 Copyright (C) 2003, 2004, 2007, 2008 The Anubis Team.
4 4
5 Mailfromd is free software; you can redistribute it and/or modify 5 Mailfromd is free software; you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by 6 it under the terms of the GNU General Public License as published by
@@ -36,6 +36,9 @@
36# include <readline/readline.h> 36# include <readline/readline.h>
37# include <readline/history.h> 37# include <readline/history.h>
38#endif 38#endif
39#ifdef HAVE_LOCALE_H
40# include <locale.h>
41#endif
39 42
40#include <pwd.h> 43#include <pwd.h>
41#include <sys/stat.h> 44#include <sys/stat.h>

Return to:

Send suggestions and report system problems to the System administrator.