Include mailutils/errno.h
Showing
1 changed file
with
2 additions
and
1 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 Free Software Foundation, Inc. | 2 | Copyright (C) 1999, 2000, 2001, 2002, 2006 Free Software Foundation, Inc. |
3 | 3 | ||
4 | This library is free software; you can redistribute it and/or | 4 | This library is free software; you can redistribute it and/or |
5 | modify it under the terms of the GNU Lesser General Public | 5 | modify it under the terms of the GNU Lesser General Public |
... | @@ -33,6 +33,7 @@ | ... | @@ -33,6 +33,7 @@ |
33 | #include <mailutils/body.h> | 33 | #include <mailutils/body.h> |
34 | #include <mailutils/registrar.h> | 34 | #include <mailutils/registrar.h> |
35 | #include <mailutils/error.h> | 35 | #include <mailutils/error.h> |
36 | #include <mailutils/errno.h> | ||
36 | #include <mailutils/address.h> | 37 | #include <mailutils/address.h> |
37 | #include <mailutils/registrar.h> | 38 | #include <mailutils/registrar.h> |
38 | #include <mailutils/mutil.h> | 39 | #include <mailutils/mutil.h> | ... | ... |
-
Please register or sign in to post a comment