Commit 1413f6d1 1413f6d14317eba925816e9602c7d4139c843ca0 by Sergey Poznyakoff

Include mailutils/errno.h

1 parent 4ea13946
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>
......