summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorThomas Roessler <roessler@does-not-exist.org>1998-10-14 09:29:27 +0000
committerThomas Roessler <roessler@does-not-exist.org>1998-10-14 09:29:27 +0000
commit9bd48bed0e35a76bf48e8deed9a30adac985f3a1 (patch)
treee2bd37d4b4586b7f21393ec604c444f6c79ec8fc /main.c
parentec6a0838f08027c7cfc4681c2ecc0748a9963c56 (diff)
Various build fixes.
Diffstat (limited to 'main.c')
-rw-r--r--main.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/main.c b/main.c
index f6278a1a..249dbc6d 100644
--- a/main.c
+++ b/main.c
@@ -33,6 +33,10 @@ static char rcsid[]="$Id$";
#include <sys/stat.h>
#include <sys/utsname.h>
+#ifdef HAVE_GETOPT_H
+#include <getopt.h>
+#endif
+
const char ReachingUs[] = N_("\
To contact the developers, please mail to <mutt-dev@mutt.org>.\n");