summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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,5 +1,6 @@
/* 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.
GNU Mailutils is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -131,7 +132,7 @@ extern int expire_on_exit;
#include <grp.h>
#include <syslog.h>
#include <ctype.h>
-#include "md5.h"
+#include <md5.h>
#ifdef HAVE_STRINGS_H
# include <strings.h>
#endif

Return to:

Send suggestions and report system problems to the System administrator.