summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2005-02-23 16:04:28 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2005-02-23 16:04:28 +0000
commit52b33f0774a63ddb524c847186c3d3c9c299a6d9 (patch)
treebe44d2aa90c57a0cbea89bbacab245fda5ce2a5f
parent3e7dd58fe70a1f5ff410885857ae0cf999928341 (diff)
downloadmailutils-52b33f0774a63ddb524c847186c3d3c9c299a6d9.tar.gz
mailutils-52b33f0774a63ddb524c847186c3d3c9c299a6d9.tar.bz2
Minor fix
-rw-r--r--pop3d/pop3d.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/pop3d/pop3d.h b/pop3d/pop3d.h
index bbd7b367b..0878fd248 100644
--- a/pop3d/pop3d.h
+++ b/pop3d/pop3d.h
@@ -1,3 +1,4 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2001, 2002, 2003,
+ 2004, 2005 Free Software Foundation, Inc.
@@ -133,3 +134,3 @@ extern int expire_on_exit;
#include <ctype.h>
-#include "md5.h"
+#include <md5.h>
#ifdef HAVE_STRINGS_H

Return to:

Send suggestions and report system problems to the System administrator.