aboutsummaryrefslogtreecommitdiffstats
path: root/mxget.c
diff options
context:
space:
mode:
Diffstat (limited to 'mxget.c')
-rw-r--r--mxget.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/mxget.c b/mxget.c
index 03003362..5877d7f4 100644
--- a/mxget.c
+++ b/mxget.c
@@ -1,11 +1,13 @@
/*
* mxget.c -- fetch MX records for given DNS name
*
- * Copyright 1997 by Eric S. Raymond
+ * Copyright (C) 1996, 1997, 1998, 2000, 2002 by Eric S. Raymond
+ * Copyright (C) 2005, 2006, 2007 by Matthias Andree
* For license terms, see the file COPYING in this directory.
*/
#include "config.h"
+#include "fetchmail.h"
#include <stdio.h>
#ifdef HAVE_RES_SEARCH
#include <string.h>