Minor fix
Showing
1 changed file
with
3 additions
and
2 deletions
1 | /* GNU Mailutils -- a suite of utilities for electronic mail | 1 | /* GNU Mailutils -- a suite of utilities for electronic mail |
2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. | 2 | Copyright (C) 1999, 2000, 2001, 2002, 2003, |
3 | 2004, 2005 Free Software Foundation, Inc. | ||
3 | 4 | ||
4 | GNU Mailutils is free software; you can redistribute it and/or modify | 5 | GNU Mailutils is free software; you can redistribute it and/or modify |
5 | 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 |
... | @@ -131,7 +132,7 @@ extern int expire_on_exit; | ... | @@ -131,7 +132,7 @@ extern int expire_on_exit; |
131 | #include <grp.h> | 132 | #include <grp.h> |
132 | #include <syslog.h> | 133 | #include <syslog.h> |
133 | #include <ctype.h> | 134 | #include <ctype.h> |
134 | #include "md5.h" | 135 | #include <md5.h> |
135 | #ifdef HAVE_STRINGS_H | 136 | #ifdef HAVE_STRINGS_H |
136 | # include <strings.h> | 137 | # include <strings.h> |
137 | #endif | 138 | #endif | ... | ... |
-
Please register or sign in to post a comment